diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-03-23 16:08:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-03-23 16:08:25 +0000 |
commit | 58bb1e76b42409e5e2015f28c43d419f42b0ad75 (patch) | |
tree | 4322ad09e231b8fee83742037dee0592ada5f0f6 /gdb/Makefile.in | |
parent | 7481617fbc40d76b866b292fe33714c5e9c34b82 (diff) | |
download | gdb-58bb1e76b42409e5e2015f28c43d419f42b0ad75.zip gdb-58bb1e76b42409e5e2015f28c43d419f42b0ad75.tar.gz gdb-58bb1e76b42409e5e2015f28c43d419f42b0ad75.tar.bz2 |
Moved the hacked unexport line so that it is not the first target.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 759355c..b06cb45 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -242,11 +242,6 @@ CHILL_FOR_TARGET = ` \ 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 @@ -914,6 +909,13 @@ force_update: # will remove them. 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) + # This is the end of "Makefile.in". When built into "Makefile" # by the configure script, two things are added below this point: # alldeps.mak -- defintions of all files that are used in |