aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>1996-06-19 01:28:24 +0000
committerJason Merrill <jason@redhat.com>1996-06-19 01:28:24 +0000
commit9deb9485347339e6d3f292a75a2a6b27a5ea0e4d (patch)
treea8e2546ae1931b3753233ba8bc3650ca4f8dc364 /Makefile.in
parent88ea21e50cc93ab2b53f38bd58e7111637775199 (diff)
downloadfsf-binutils-gdb-9deb9485347339e6d3f292a75a2a6b27a5ea0e4d.zip
fsf-binutils-gdb-9deb9485347339e6d3f292a75a2a6b27a5ea0e4d.tar.gz
fsf-binutils-gdb-9deb9485347339e6d3f292a75a2a6b27a5ea0e4d.tar.bz2
Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in (taz): texinfo/tex3patch no longer exists.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index c821083..2faff65 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -911,7 +911,7 @@ install.all: install-no-fixedincludes
# inet-install is used because the I*Net wants DejaGNU installed but
# not built.
inet-install:
- $(MAKE) INSTALL_MODULES=`echo $(INSTALL_MODULES) | sed -e 's/install-dejagnu//'` install
+ $(MAKE) INSTALL_MODULES="`echo $(INSTALL_MODULES) | sed -e 's/install-dejagnu//'`" install
# install-no-fixedincludes is used because Cygnus can not distribute
# the fixed header files.
@@ -1317,9 +1317,7 @@ install-target: $(INSTALL_TARGET_MODULES)
MAKEDIRS= \
$(prefix) \
- $(exec_prefix) \
- $(tooldir)
-
+ $(exec_prefix)
.PHONY: install-dirs
install-dirs:
@for i in $(MAKEDIRS) ; do \
@@ -1450,7 +1448,6 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
ln -s ../../texinfo/lgpl.texinfo proto-toplev/texinfo/
- ln -s ../../texinfo/tex3patch proto-toplev/texinfo/
chmod og=u `find . -print`
(VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
echo "==> Making $(TOOL)-$$VER.tar.gz"; \