From 58bb1e76b42409e5e2015f28c43d419f42b0ad75 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 23 Mar 1993 16:08:25 +0000 Subject: [PATCH] Moved the hacked unexport line so that it is not the first target. --- gdb/Makefile.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 759355c026..b06cb4530d 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 -- 2.34.1