Moved the hacked unexport line so that it is not the first target.
authorIan Lance Taylor <ian@airs.com>
Tue, 23 Mar 1993 16:08:25 +0000 (16:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 23 Mar 1993 16:08:25 +0000 (16:08 +0000)
gdb/Makefile.in

index 759355c0261ce564f9d7dd54ba521cc57d331541..b06cb4530d5ca2f2b0f9399f6b1f37e5a12caada 100644 (file)
@@ -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