summaryrefslogtreecommitdiff
path: root/lib/make/make.subdir
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-19 09:31:35 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-19 09:31:35 +0000
commita692cfb150e1aac9fc21d722d287749feb64635a (patch)
tree5edccabdf8528e9f9e6a784a6957c2d8d2625236 /lib/make/make.subdir
parente8a7556fc96163eab4c324b6dc161beb1138bc7b (diff)
Changed some include statement to sinclude to prevent extraneous warning
messages. Now the presence of make.code.deps in a thorn's directory or subdirectories is optional. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@68 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.subdir')
-rw-r--r--lib/make/make.subdir2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/make/make.subdir b/lib/make/make.subdir
index 82a72ac7..5a675731 100644
--- a/lib/make/make.subdir
+++ b/lib/make/make.subdir
@@ -32,5 +32,7 @@ all: $(OBJS)
include $(CONFIG)/make.config.rules
# Extra subdir-specific dependencies
+# This file isn't strictly necessary, so use sinclude to prevent
+# warnings if it is missing.
include $(SRCDIR)/make.code.deps