projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0964bbe
)
Makefileの推敲
author
j8takagi
<j8takagi@nifty.com>
Mon, 22 Jul 2013 02:48:15 +0000
(11:48 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Mon, 22 Jul 2013 02:48:15 +0000
(11:48 +0900)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
ec2b910
..
5aca7be
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-58,4
+58,4
@@
tag-clean:
# ヘッダファイルの依存関係を.dファイルに出力する
%.d: %.c
- $(CC) -MM -I $(INCLUDEDIR) $< | $(SED) 's
/\($*\.o\):/\1 $@:/
g' >$@
+ $(CC) -MM -I $(INCLUDEDIR) $< | $(SED) 's
,$*\.o *:,$*.o $*.d:,
g' >$@