added .depends to the list of dependencies.
This commit is contained in:
parent
d424e7a7a0
commit
412aeabfb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue