Move the hacked unexport line so that it does not become the first
authorIan Lance Taylor <ian@airs.com>
Tue, 23 Mar 1993 16:06:39 +0000 (16:06 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 23 Mar 1993 16:06:39 +0000 (16:06 +0000)
target.

Makefile.in

index 2646fbb01c978b49f97a2fd66d07247f966a2d2e..a36338b9425706137b0d63e602de8e16a495335b 100644 (file)
@@ -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,
This page took 0.026253 seconds and 4 git commands to generate.