mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Moved the hacked unexport line so that it is not the first target.
This commit is contained in:
@ -242,11 +242,6 @@ CHILL_FOR_TARGET = ` \
|
|||||||
fi`
|
fi`
|
||||||
CHILL_LIB = -lchill
|
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)
|
$(end-sanitize-chill)
|
||||||
|
|
||||||
# The use of $$(x_FOR_TARGET) reduces the command line length by not
|
# The use of $$(x_FOR_TARGET) reduces the command line length by not
|
||||||
@ -914,6 +909,13 @@ force_update:
|
|||||||
# will remove them.
|
# will remove them.
|
||||||
MAKEOVERRIDES=
|
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"
|
# This is the end of "Makefile.in". When built into "Makefile"
|
||||||
# by the configure script, two things are added below this point:
|
# by the configure script, two things are added below this point:
|
||||||
# alldeps.mak -- defintions of all files that are used in
|
# alldeps.mak -- defintions of all files that are used in
|
||||||
|
Reference in New Issue
Block a user