Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with CONFIG_SITE=/dev/null...
authorDave Love <d.love@dl.ac.uk>
Wed, 18 Feb 1998 00:18:26 +0000 (00:18 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 18 Feb 1998 00:18:26 +0000 (17:18 -0700)
        * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
        CONFIG_SITE=/dev/null to forestall lossage with site configuration.

From-SVN: r18060

ChangeLog
Makefile.in

index 366d1a41298935c8dcca54665408291c4c760d72..d83722d38bcbe050210881ada0669ef8795aa420 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-02-16  Dave Love  <d.love@dl.ac.uk>
+
+       * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
+       CONFIG_SITE=/dev/null to forestall lossage with site configuration.
+
 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
 
        * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
index 80c67e982dd617091f3242aaec165b2d2de41b0d..080937a683ff096dad7e89fa66272aac55b44d68 100644 (file)
@@ -1167,11 +1167,11 @@ $(CONFIGURE_TARGET_MODULES):
              libsrcdir="$$s/$${dir}"; \
            fi; \
            if [ -f $${libsrcdir}/configure ] ; then \
-             $(SHELL) $${libsrcdir}/configure \
+             CONFIG_SITE=/dev/null $(SHELL) $${libsrcdir}/configure \
                $(CONFIG_ARGUMENTS) $${srcdiroption} \
                --with-target-subdir="$(TARGET_SUBDIR)"; \
            else \
-             $(SHELL) $$s/configure \
+             CONFIG_SITE=/dev/null $(SHELL) $$s/configure \
                $(CONFIG_ARGUMENTS) $${srcdiroption} \
                --with-target-subdir="$(TARGET_SUBDIR)"; \
            fi; \