diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-05-25 19:37:02 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2004-05-25 19:37:02 +0000 |
commit | 54b2f3104e7200589cf117686fb10ab5bb33f14e (patch) | |
tree | d123b39de6c3546f61e3c9de635f2007bd00b77c /libobjc/Makefile.in | |
parent | 9abe5d07d9d68c49971af2b93a4f83608a363284 (diff) | |
download | gcc-54b2f3104e7200589cf117686fb10ab5bb33f14e.zip gcc-54b2f3104e7200589cf117686fb10ab5bb33f14e.tar.gz gcc-54b2f3104e7200589cf117686fb10ab5bb33f14e.tar.bz2 |
* Makefile.in: Add .NOEXPORT.
From-SVN: r82256
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r-- | libobjc/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 28d22a4..7ee29f4 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: |