projects
/
dss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6e45c
)
Makefile: The linker does not need CPPFLAGS.
author
Andre Noll
<maan@systemlinux.org>
Sat, 22 Mar 2008 14:22:50 +0000
(15:22 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 22 Mar 2008 14:22:50 +0000
(15:22 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
b1ba12c
..
726b9da
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,7
+20,7
@@
Makefile.deps: $(wildcard *.c *.h)
-include Makefile.deps
dss: $(dss_objects)
- $(CC)
$(CPPFLAGS) $(DEBUG_CPPFLAGS)
-o $@ $(dss_objects)
+ $(CC) -o $@ $(dss_objects)
%.o: %.c cmdline.h
$(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) $<