From 2e20b990c66a7c10d430cd99d2b24ef170b56efc Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 19 Dec 2007 16:58:48 +0000 Subject: [PATCH] Added .depends to the Make all rule. --- test_problems/min_python/minDiamond/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/min_python/minDiamond/Makefile.in b/test_problems/min_python/minDiamond/Makefile.in index cf0c13445..f598475b8 100644 --- a/test_problems/min_python/minDiamond/Makefile.in +++ b/test_problems/min_python/minDiamond/Makefile.in @@ -77,7 +77,7 @@ DEPENDS=$(OBJS:.o=.d) PROGRAM = $(PROG_NAME)$(EXE_EXT) # all rule makes a single program -all: $(PROGRAM) +all: .depends $(PROGRAM) # Rule to make the program $(PROGRAM): $(OBJS) $(CANTERA_LIBDIR)/libctbase.a