summaryrefslogtreecommitdiff
path: root/pjsip/build
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2012-12-13 06:37:05 +0000
committerLiong Sauw Ming <ming@teluu.com>2012-12-13 06:37:05 +0000
commita23dc6874b339204d549526b22353e319ade4bac (patch)
treefbb3cb9aa17fdf140f931b884c7ebe160df8cb9d /pjsip/build
parent72492166311a076ff4ce8f8656809c50fa126b1f (diff)
Re #1559: Fix dependencies when running parallel make (thanks Shaun Ruffell for the patch)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4308 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build')
-rw-r--r--pjsip/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 2605be05..0f8fd13d 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -138,7 +138,7 @@ pjsip-simple:
pjsua-lib:
$(MAKE) -f $(RULES_MAK) APP=PJSUA_LIB app=pjsua-lib $(PJSUA_LIB_LIB)
-pjsip-test:
+pjsip-test: pjsip
$(MAKE) -f $(RULES_MAK) APP=TEST app=pjsip-test $(TEST_EXE)
.PHONY: ../lib/pjsip.ko