summaryrefslogtreecommitdiff
path: root/pjsip-apps
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-10-26 23:57:22 +0000
committerBenny Prijono <bennylp@teluu.com>2010-10-26 23:57:22 +0000
commitb08af75c8e95146f4e0481b238de02f9e1b5009d (patch)
treec73c3e5da38711440a11929392bc5ad04f91dab4 /pjsip-apps
parent224fa2a8db5adfd75e2652afd50ba7517d1b9493 (diff)
Misc (re #1151): fixed error in make dep execution if python module is included in compilation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3357 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps')
-rw-r--r--pjsip-apps/src/python/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/pjsip-apps/src/python/Makefile b/pjsip-apps/src/python/Makefile
index 7fdcec01..13ac4151 100644
--- a/pjsip-apps/src/python/Makefile
+++ b/pjsip-apps/src/python/Makefile
@@ -5,5 +5,8 @@ clean:
python setup.py clean
rm -rf ./build
-%:
+install:
python setup.py $@
+
+dep doc:
+