summaryrefslogtreecommitdiff
path: root/pjnath
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 /pjnath
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 'pjnath')
-rw-r--r--pjnath/build/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile
index 573d9579..66017c79 100644
--- a/pjnath/build/Makefile
+++ b/pjnath/build/Makefile
@@ -97,6 +97,8 @@ distclean: realclean
pjnath:
$(MAKE) -f $(RULES_MAK) APP=PJNATH app=pjnath $(PJNATH_LIB)
+$$(PJNATH_LIB): pjnath
+
pjnath-test: $(PJLIB_LIB) $(PJLIB_UTIL_LIB) $(PJNATH_LIB)
$(MAKE) -f $(RULES_MAK) APP=PJNATH_TEST app=pjnath-test $(PJNATH_TEST_EXE)