Solaris 10
Added CXX_FLAGS to the CXX_DEPENDS rule.
This commit is contained in:
parent
72212f869a
commit
ca6d1ea2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ ALL_H = $(BASE_H) $(THERMO_H) $(KINETICS_H) $(HETEROKIN_H) \
|
|||
$(EQUIL_H) $(SOLVERS_H) $(RPATH_H)
|
||||
|
||||
.cpp.d:
|
||||
@CXX_DEPENDS@ $(CXX_INCLUDES) $*.cpp > $*.d
|
||||
@CXX_DEPENDS@ $(CXX_INCLUDES) $(CXX_FLAGS) $*.cpp > $*.d
|
||||
|
||||
.cpp.o:
|
||||
@CXX@ -c $< $(CXX_INCLUDES) $(CXX_FLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue