From 4cbbc85e724bd88e51ab120ad808665c8a9c7ade Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 28 Feb 2003 14:00:05 +0000 Subject: 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 --- lib/make/make.subdir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3