From 696c9bcd39ef80c203fdc65a3d1f7b9d428693c5 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 19 Dec 2007 17:00:13 +0000 Subject: [PATCH] Added .depends to the make all rule. --- test_problems/multiGasTransport/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/multiGasTransport/Makefile.in b/test_problems/multiGasTransport/Makefile.in index 90b18492b..5ebdf61cb 100644 --- a/test_problems/multiGasTransport/Makefile.in +++ b/test_problems/multiGasTransport/Makefile.in @@ -94,7 +94,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_LIB_DEPS) $(CANTERA_LAPACK_DEPS)