From b08af75c8e95146f4e0481b238de02f9e1b5009d Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 26 Oct 2010 23:57:22 +0000 Subject: 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 --- pjsip-apps/src/python/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: + -- cgit v1.2.3