diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-03-23 16:06:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-03-23 16:06:39 +0000 |
commit | 7481617fbc40d76b866b292fe33714c5e9c34b82 (patch) | |
tree | 4197e6b57b8f953ff3c73d4152775f32f447df18 /Makefile.in | |
parent | 6c0eb6c8c99a5c164c96cbff75b1a3a37a36a516 (diff) | |
download | gdb-7481617fbc40d76b866b292fe33714c5e9c34b82.zip gdb-7481617fbc40d76b866b292fe33714c5e9c34b82.tar.gz gdb-7481617fbc40d76b866b292fe33714c5e9c34b82.tar.bz2 |
Move the hacked unexport line so that it does not become the first
target.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 2646fbb..a36338b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -118,11 +118,6 @@ CHILL_FOR_TARGET = ` \ fi; \ fi` -## 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) CXX_FOR_TARGET = ` \ @@ -297,6 +292,13 @@ all: $(ALL) .NOEXPORT: MAKEOVERRIDES= +$(start-sanitize-chill) +## 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) + # Do a target for all the subdirectories. A ``make do-X'' will do a # ``make X'' in all subdirectories (because, in general, there is a # dependency (below) of X upon do-X, a ``make X'' will also do this, |