git.ucc.asn.au
/
ipdf
/
code.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b006386
)
Fix makefile.
author
David Gow
<
[email protected]
>
Wed, 26 Mar 2014 09:19:13 +0000
(17:19 +0800)
committer
David Gow
<
[email protected]
>
Wed, 26 Mar 2014 09:19:13 +0000
(17:19 +0800)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
13e54d1
..
6ab41c8
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-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