summaryrefslogtreecommitdiff
path: root/lib/make/make.subdir
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-02-28 14:00:05 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-02-28 14:00:05 +0000
commit4cbbc85e724bd88e51ab120ad808665c8a9c7ade (patch)
tree949feb911e071913566674a6fe442f1ef06a6b4d /lib/make/make.subdir
parenta842159612a61b8e0fbca677a1cd7f0814840473 (diff)
Making things depend upon make.code.defn files, which should fix
PR/1420. It's a bit more problematic for make.code.deps files... Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3157 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.subdir')
-rw-r--r--lib/make/make.subdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.subdir b/lib/make/make.subdir
index 95b5d7e1..2f0a6d04 100644
--- a/lib/make/make.subdir
+++ b/lib/make/make.subdir
@@ -27,7 +27,7 @@ OBJS = $(SRCS:%=%.o)
# Build all the object files
-$(CCTK_TARGET): $(OBJS)
+$(CCTK_TARGET): $(OBJS) $(SRCDIR)/make.code.defn
echo "" > make.checked
# Rules to make the object files