Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8a131
)
Tweak dependency generation options.
author
Timo Korvola
<tkorvola@iki.fi>
Thu, 12 Apr 2018 21:45:03 +0000
(
00:45
+0300)
committer
Timo Korvola
<tkorvola@iki.fi>
Thu, 12 Apr 2018 21:45:03 +0000
(
00:45
+0300)
Add -MP, which creates a dummy rule for each header. Drop -MF, which
appears redundant.
src/sdl/Makefile
patch
|
blob
|
history
diff --git
a/src/sdl/Makefile
b/src/sdl/Makefile
index f95f28c239a103ef3aae9b8878e185a01d36799d..af002d8f03f9fac5de7b945e6c4313f2fb0605ea 100644
(file)
--- a/
src/sdl/Makefile
+++ b/
src/sdl/Makefile
@@
-30,7
+30,7
@@
clean:
%.o: %.c
%.o: %.c %.d
- $(CC) -MMD -M
F $*.d
$(CFLAGS) -c $<
+ $(CC) -MMD -M
P
$(CFLAGS) -c $<
$(DEPS):;