* Makefile.in: Add .NOEXPORT.
authorDaniel Jacobowitz <drow@false.org>
Tue, 25 May 2004 19:37:02 +0000 (19:37 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Tue, 25 May 2004 19:37:02 +0000 (19:37 +0000)
From-SVN: r82256

libada/ChangeLog
libada/Makefile.in
libiberty/ChangeLog
libiberty/Makefile.in
libobjc/ChangeLog
libobjc/Makefile.in

index ca8ac2b..56cac66 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-25  Daniel Jacobowitz  <drow@false.org>
+
+       * Makefile.in: Add .NOEXPORT.
+
 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
 
        * Makefile.in: Put back merge of some targets to avoid code duplication.
index e77f9cd..9c20773 100644 (file)
@@ -269,3 +269,7 @@ config.status: $(srcdir)/configure
 
 $(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac
        cd $(srcdir) && autoconf
+
+# Don't export variables to the environment, in order to not confuse
+# configure.
+.NOEXPORT:
index 82547e2..0bd3266 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-25  Daniel Jacobowitz  <drow@false.org>
+
+       * Makefile.in: Add .NOEXPORT.
+
 2004-04-29  Douglas B Rupp  <rupp@gnat.com>
 
        * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
index 78cc4bc..9f95c01 100644 (file)
@@ -1057,3 +1057,6 @@ $(CONFIGURED_OFILES): stamp-picdir
        else true; fi
        $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
 
+# Don't export variables to the environment, in order to not confuse
+# configure.
+.NOEXPORT:
index 99f7769..0fdbb99 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-25  Daniel Jacobowitz  <drow@false.org>
+
+       * Makefile.in: Add .NOEXPORT.
+
 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
 
        Merge from the libobjc-branch
index 28d22a4..7ee29f4 100644 (file)
@@ -348,3 +348,7 @@ maintainer-clean realclean: distclean
 
 .PHONY: mostlyclean clean distclean maintainer-clean all check uninstall \
        install-strip dist installcheck installdirs 
+
+# Don't export variables to the environment, in order to not confuse
+# configure.
+.NOEXPORT: