mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-05 13:47:20 +08:00
* Makefile.in: Add .NOEXPORT.
From-SVN: r82256
This commit is contained in:
parent
9abe5d07d9
commit
54b2f3104e
@ -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.
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user