Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
authorJason Merrill <jason@redhat.com>
Wed, 19 Jun 1996 01:28:24 +0000 (01:28 +0000)
committerJason Merrill <jason@redhat.com>
Wed, 19 Jun 1996 01:28:24 +0000 (01:28 +0000)
* Makefile.in (taz): texinfo/tex3patch no longer exists.

ChangeLog
Makefile.in

index adb3e3335e76d016460ca189c69345452cc5a16f..948914af09acead1dae2374cf6d3473a6b1bc9ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
        * configure.in (alpha*-*-*vms*): Set noconfigdirs.
        * make-all.com, setup.com: New files.
 
+Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * Makefile.in (taz): texinfo/tex3patch no longer exists.
+
 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
 
        * configure: enable_gdbtk=no for cygwin32-hosted toolchains
index c821083ed702b647ab5303e355630ca61eb99873..2faff65b9f342f01713ed3d9fca673d94e1ce9df 100644 (file)
@@ -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"; \
This page took 0.029424 seconds and 4 git commands to generate.