summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-05-27 13:11:32 +0000
committerBenny Prijono <bennylp@teluu.com>2006-05-27 13:11:32 +0000
commit82c8d97e2ab422143b22402d986e6a5289d8daf1 (patch)
treee2d91565ae8ad21e5e42e043aaed7b0468b55562 /build
parentc01fdece34cb0eac0c1fdbafb5c1cc242ec01933 (diff)
Added README-RTEMS and tweaked the makefiles
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@477 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 6a25b17b..a77bc571 100644
--- a/build/rules.mak
+++ b/build/rules.mak
@@ -154,7 +154,7 @@ depend:
for F in $(FULL_SRCS); do \
if test -f $$F; then \
echo "$(OBJDIR)/" | tr -d '\n' >> $(DEP_FILE); \
- if $(CC_NAME) -M $(DEPFLAGS) $$F | sed '/^#/d' >> $(DEP_FILE); then \
+ if $(CC) -M $(DEPFLAGS) $$F | sed '/^#/d' >> $(DEP_FILE); then \
true; \
else \
echo 'err:' >> $(DEP_FILE); \