diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-03-18 01:15:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-03-18 01:15:43 +0000 |
commit | 1fa66e36608605fbaf8ff7f27460c6cc7bf929fc (patch) | |
tree | 61fb72a078493d710735964600edca4a1ae2df12 /gdb/Makefile.in | |
parent | 34b3298baa2e3cd3d35ac1a6b195ad445d11bf84 (diff) | |
download | gdb-1fa66e36608605fbaf8ff7f27460c6cc7bf929fc.zip gdb-1fa66e36608605fbaf8ff7f27460c6cc7bf929fc.tar.gz gdb-1fa66e36608605fbaf8ff7f27460c6cc7bf929fc.tar.bz2 |
A new ARG_MAX hack: explicitly unexport some CHILL variables to keep
them out of the environment.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8056b37..1b5b805 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -240,6 +240,12 @@ CHILL_FOR_TARGET = ` \ fi; \ fi` CHILL_LIB = -lchill + +## This is ugly, but I don't want GNU make to put these variables in +## the environment. Older makes will see this as a set of targets +## with no dependencies and no actions. +unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET : + $(end-sanitize-chill) # The use of $$(x_FOR_TARGET) reduces the command line length by not |