summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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