summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-17 11:27:10 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-17 11:27:10 +0000
commit6f3781161611e0d2e550d6b87c6445a684fa59b1 (patch)
treeee1238fa1ffff802ea711532ea0aee5663f38ca1 /lib/make/make.configuration
parent21dfb12baa8525166ac8f93d3c8020943ddbd819 (diff)
Use override to reset the UTILS make variable.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1672 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index a1e82864..63d58d81 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -56,13 +56,17 @@ ifeq ($(strip $(MAKECMDGOALS)),)
-include $(CONFIG)/make.thornlist
endif
+ifeq ($(strip $(MAKECMDGOALS)), utils)
+-include $(CONFIG)/make.thornlist
+endif
+
# Allow each thorn to include some global definitions
ifneq ($(strip $(THORNS)),)
-include $(THORNS:%=$(PACKAGE_DIR)/%/src/make.configuration.defn)
endif
ifeq ($(strip $(UTILS)),)
-UTILS = $(ALL_UTILS)
+override UTILS = $(ALL_UTILS)
endif
UTIL_DIR=$(EXEDIR)$(DIRSEP)$(CONFIG_NAME)