From 412aeabfb4e7569809b8d74c1b68f825195e2f7d Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 15 Aug 2006 21:38:54 +0000 Subject: [PATCH] added .depends to the list of dependencies. --- test_problems/cathermo/DH_graph_1/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/cathermo/DH_graph_1/Makefile.in b/test_problems/cathermo/DH_graph_1/Makefile.in index e3bc69103..4857919e9 100644 --- a/test_problems/cathermo/DH_graph_1/Makefile.in +++ b/test_problems/cathermo/DH_graph_1/Makefile.in @@ -81,7 +81,7 @@ PROGRAM = $(PROG_NAME)$(EXE_EXT) all: $(PROGRAM) .depends $(PROGRAM): $(OBJS) $(CANTERA_LIBDIR)/libcantera.a \ - $(CANTERA_LIBDIR)/libcaThermo.a + $(CANTERA_LIBDIR)/libcaThermo.a .depends $(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(LINK_OPTIONS) \ $(CANTERA_LIBS) @LIBS@ $(FORT_LIBS) \ $(LCXX_END_LIBS)