aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 759355c..b06cb45 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