summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-05-17 10:19:15 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-05-17 10:19:15 +0000
commit6abe60f39760ca57fbf7ea54a272f7ce4c262fe1 (patch)
treeeec0291b819a9725b4517c799c05ae9403acedf0 /lib/make/make.configuration
parent7e63b25de12c6d46f7103af6d5c3dea664046135 (diff)
Fixed path to a thorn's bindings Configuration make.configuration.deps file.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3734 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 6780aba2..365b1ed6 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -238,7 +238,7 @@ $(TOP)/ThornList:
# Allow each thorn to include some global dependencies
ifneq ($(strip $(THORNS)),)
--include $(THORNS:%=$(PACKAGE_DIR)/%/src/make.configuration.deps) $(THORNS:%=$(BINDINGS_DIR)/Configuration/%/src/make.configuration.deps)
+-include $(THORNS:%=$(PACKAGE_DIR)/%/src/make.configuration.deps) $(THORNS:%=$(BINDINGS_DIR)/Configuration/%/make.configuration.deps)
endif
# Catch the special case of a thorn being removed from the disk entirely.