Moved the hacked unexport line so that it is not the first target.
This commit is contained in:
parent
7481617fbc
commit
58bb1e76b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user