summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-08 12:46:10 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-08 12:46:10 +0000
commitfb9e3b3a6649cc5cbe0c6747cb1918f3be71ba06 (patch)
treec17860d77bc3852963ba833ce386ddda970886c8 /build
parenta38eeb6a5f4a91e007c61e5b2a0c9b2715c13edf (diff)
Linux alpha test
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@35 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build')
-rw-r--r--build/rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules.mak b/build/rules.mak
index 6d19d781..351a1680 100644
--- a/build/rules.mak
+++ b/build/rules.mak
@@ -149,7 +149,7 @@ depend:
for F in $(FULL_SRCS); do \
if test -f $$F; then \
echo -n "$(OBJDIR)/" >> $(DEP_FILE); \
- if gcc -MM $(DEPFLAGS) $$F | sed '/^#/d' >> $(DEP_FILE); then \
+ if gcc -M $(DEPFLAGS) $$F | sed '/^#/d' >> $(DEP_FILE); then \
true; \
else \
echo 'err:' >> $(DEP_FILE); \