Made depends rule like the cxx rule.
This commit is contained in:
parent
b0319c8e11
commit
2bebd03307
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ all: $(LIB) .depends
|
|||
$(INSTALL_TSC) "$${lh}" $(INCDIR) ; \
|
||||
done)
|
||||
%.d:
|
||||
@CXX_DEPENDS@ $(CXX_INCLUDES) $*.cpp > $*.d
|
||||
@CXX_DEPENDS@ $(CXX_FLAGS) $(CXX_INCLUDES) $*.cpp > $*.d
|
||||
|
||||
.cpp.o:
|
||||
@CXX@ -c $< $(CXX_FLAGS) $(CXX_INCLUDES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue