全部博文(90)
分类: LINUX
2010-11-14 10:51:55
author | Lars Hjemli | 2010-11-07 15:13:49 (GMT) |
---|---|---|
committer | Lars Hjemli | 2010-11-07 15:13:49 (GMT) |
commit | () () | |
tree | ||
parent | () | |
download |
-rw-r--r-- | 2 |
diff --git a/Makefile b/Makefile index dda743d..15c7c20 100644 --- a/ +++ b/ @@ -67,7 +67,7 @@ endif # Define a pattern rule for automatic dependency building # %.d: %.c - $(QUIET_MM)$(CC) $(CFLAGS) -MM $< | sed -e 's/\($*\)\.o:/\1.o $@:/g' >$@ + $(QUIET_MM)$(CC) $(CFLAGS) -MM -MP $< | sed -e 's/\($*\)\.o:/\1.o $@:/g' >$@ # # Define a pattern rule for silent object building |
chinaunix网友2010-11-15 15:30:11
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com