Fixed a Makefile error
This commit is contained in:
parent
0d0e481e2f
commit
973d1ad926
1 changed files with 6 additions and 1 deletions
|
|
@ -70,12 +70,17 @@ all: $(LIB) .depends
|
|||
@(for lh in $(CATRAN_H) ; do \
|
||||
$(INSTALL_TSC) "$${lh}" $(INCDIR) ; \
|
||||
done)
|
||||
%.d: Makefile %.o
|
||||
|
||||
.cpp.d:
|
||||
@CXX_DEPENDS@ $(CXX_FLAGS) $(CXX_INCLUDES) $*.cpp > $*.d
|
||||
|
||||
.cpp.o:
|
||||
$(PURIFY) @CXX@ -c $< $(CXX_FLAGS) $(CXX_INCLUDES)
|
||||
|
||||
$(DEPENDS): Makefile
|
||||
|
||||
$(CATRAN_OBJ): Makefile
|
||||
|
||||
$(LIB): $(CATRAN_OBJ) $(CATRAN_H)
|
||||
@ARCHIVE@ $(LIB) $(CATRAN_OBJ) > /dev/null
|
||||
ifeq ($(do_ranlib),1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue