From 49f67f5324f2e563f6d87c3411c0290217c32f3f Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 15 Feb 2009 17:38:16 +0000 Subject: [PATCH] Added dependencies --- test_problems/negATest/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_problems/negATest/Makefile.in b/test_problems/negATest/Makefile.in index 9aa7a29a4..ef159696a 100644 --- a/test_problems/negATest/Makefile.in +++ b/test_problems/negATest/Makefile.in @@ -69,7 +69,7 @@ DEPENDS=$(OBJS:.o=.d) PROGRAM = $(PROG_NAME)$(EXE_EXT) # all rule makes a single program -all: $(PROGRAM) +all: $(PROGRAM) .depends # Rule to make the program $(PROGRAM): $(OBJS) $(CANTERA_LIBDIR)/libctbase.a @@ -79,6 +79,7 @@ $(PROGRAM): $(OBJS) $(CANTERA_LIBDIR)/libctbase.a # Add an additional target for stability: $(OBJS): $(CANTERA_LIBDIR)/libctbase.a $(CANTERA_LIBDIR)/libthermo.a +$(OBJS): Makefile # depends target depends: