]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (install-gcc): Don't specify LANGUAGES here.
authorManfred Hollstein <manfred@s-direktnet.de>
Fri, 20 Mar 1998 00:33:35 +0000 (00:33 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Fri, 20 Mar 1998 00:33:35 +0000 (00:33 +0000)
8
* Makefile.in (install-gcc): Don't specify LANGUAGES here.
(install-gcc-cross): Instead, override LANGUAGES here.

From-SVN: r18722

ChangeLog
Makefile.in

index 22c2b179143b9b03f5aa207f2b1b1b0ae723d1e3..1a94dad9c57ca3c60d21e690ad8c81d7f17fe742 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * Makefile.in (install-gcc): Don't specify LANGUAGES here.
+       (install-gcc-cross): Instead, override LANGUAGES here.
+
 1998-03-18  Dave Love  <d.love@dl.ac.uk>
 
        * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
index 55fad1244a007eb0a05090f709d462695e53c1ab..4522a3c2d1644c06ff3d2aafb9778fd869f15e5d 100644 (file)
@@ -1345,7 +1345,7 @@ install-gcc:
          r=`pwd`; export r; \
          s=`cd $(srcdir); pwd`; export s; \
          $(SET_LIB_PATH) \
-         (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++" install); \
+         (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
        else \
          true; \
        fi
@@ -1356,7 +1356,7 @@ install-gcc-cross:
          r=`pwd`; export r; \
          s=`cd $(srcdir); pwd`; export s; \
          $(SET_LIB_PATH) \
-         (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
+         (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++" install); \
        else \
          true; \
        fi
This page took 0.09053 seconds and 5 git commands to generate.