summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2014-03-14 06:30:35 +0000
committerBenny Prijono <bennylp@teluu.com>2014-03-14 06:30:35 +0000
commit3b59625b8a6133ea7645c391739334a07eaa7b25 (patch)
tree9be2932f5a8d78cda0da1c97a2f45dced7b9f9be
parent1e47fd78f11dab4b2f6cffa766417f111434f734 (diff)
Misc re #1742: fixed output error in helper.mak in swig module setup.py
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4794 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip-apps/src/swig/python/helper.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/src/swig/python/helper.mak b/pjsip-apps/src/swig/python/helper.mak
index bac6867e..9d4f256e 100644
--- a/pjsip-apps/src/swig/python/helper.mak
+++ b/pjsip-apps/src/swig/python/helper.mak
@@ -6,7 +6,7 @@ ldflags:
echo $$token; \
done
@for token in `echo $(PJ_LDXXLIBS) $(LIBS)`; do \
- echo $$token | grep -v \\-l; \
+ echo $$token | grep -v \\-l; true; \
done
libs: