Fixed an error in the Makefile
This commit is contained in:
parent
cda062462d
commit
7cbe564d61
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ DEPENDS = $(COBJS:.o=.d)
|
|||
all: $(TPLIB) .depends
|
||||
|
||||
%.d: Makefile %.o
|
||||
@CXX_DEPENDS@ $(CXX_INCLUDES) $*.cpp > $*.d
|
||||
@CXX_DEPENDS@ $(CXX_FLAGS) $(CXX_INCLUDES) $*.cpp > $*.d
|
||||
|
||||
.cpp.o:
|
||||
$(PURIFY) @CXX@ -c $< @DEFS@ $(CXX_FLAGS) $(CXX_INCLUDES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue