Fix makefile.
authorDavid Gow <[email protected]>
Wed, 26 Mar 2014 09:19:13 +0000 (17:19 +0800)
committerDavid Gow <[email protected]>
Wed, 26 Mar 2014 09:19:13 +0000 (17:19 +0800)
src/Makefile

index 13e54d1..6ab41c8 100644 (file)
@@ -10,7 +10,6 @@ LINKOBJ = $(OBJPATHS)
 RM = rm -f
 BIN = ../bin/ipdf
 
--include $(DEPS)
 
 all : $(BIN)
 
@@ -22,6 +21,8 @@ $(BIN) : $(LINKOBJ)
        @mkdir -p $(dir $@)
        $(CXX) -c -MMD -o $@ $<
 
+-include $(DEPS)
+
 clean :
        $(RM) $(BIN) $(DEPS) $(LINKOBJ)
 

UCC git Repository :: git.ucc.asn.au