Fix makefile.
[ipdf/code.git] / 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