summaryrefslogtreecommitdiff
path: root/libobjc/Makefile.in
diff options
context:
space:
mode:
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-25 19:37:02 +0000
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-25 19:37:02 +0000
commit428b4753466a75f933e4b5092ed16dccd75b5b4a (patch)
treed123b39de6c3546f61e3c9de635f2007bd00b77c /libobjc/Makefile.in
parent1f5186f87d443eccc41ce890b075f4c0db53931c (diff)
downloadgcc-428b4753466a75f933e4b5092ed16dccd75b5b4a.tar.gz
* Makefile.in: Add .NOEXPORT.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82256 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r--libobjc/Makefile.in4
1 files changed, 4 insertions, 0 deletions
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: