Fixed an error in the Makefile

This commit is contained in:
Harry Moffat 2009-03-28 19:10:17 +00:00
parent cda062462d
commit 7cbe564d61

View file

@ -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)