From 54b2f3104e7200589cf117686fb10ab5bb33f14e Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 25 May 2004 19:37:02 +0000 Subject: [PATCH] * Makefile.in: Add .NOEXPORT. From-SVN: r82256 --- libada/ChangeLog | 4 ++++ libada/Makefile.in | 4 ++++ libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 3 +++ libobjc/ChangeLog | 4 ++++ libobjc/Makefile.in | 4 ++++ 6 files changed, 23 insertions(+) diff --git a/libada/ChangeLog b/libada/ChangeLog index ca8ac2bda47..56cac66709f 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2004-05-25 Daniel Jacobowitz + + * Makefile.in: Add .NOEXPORT. + 2004-04-26 Arnaud Charlet * Makefile.in: Put back merge of some targets to avoid code duplication. diff --git a/libada/Makefile.in b/libada/Makefile.in index e77f9cd958f..9c2077388fb 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -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: diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 82547e29bfe..0bd3266ca32 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2004-05-25 Daniel Jacobowitz + + * Makefile.in: Add .NOEXPORT. + 2004-04-29 Douglas B Rupp * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 78cc4bca864..9f95c01327f 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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: diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 99f7769dd40..0fdbb9966e6 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-25 Daniel Jacobowitz + + * Makefile.in: Add .NOEXPORT. + 2004-05-25 Andrew Pinski Merge from the libobjc-branch diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 28d22a4d6a7..7ee29f4bf0e 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -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: -- 2.30.2