* Makefile.in: Add .NOEXPORT.

From-SVN: r82256
This commit is contained in:
Daniel Jacobowitz 2004-05-25 19:37:02 +00:00 committed by Daniel Jacobowitz
parent 9abe5d07d9
commit 54b2f3104e
6 changed files with 23 additions and 0 deletions

View 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.

View 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:

View 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

View 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:

View 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

View 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: