From a23dc6874b339204d549526b22353e319ade4bac Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Thu, 13 Dec 2012 06:37:05 +0000 Subject: 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 --- pjlib/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib') diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile index 91836445..a36f5f44 100644 --- a/pjlib/build/Makefile +++ b/pjlib/build/Makefile @@ -87,7 +87,7 @@ pjlib: ../include/pj/config_site.h ../include/pj/config_site.h: touch ../include/pj/config_site.h -pjlib-test: +pjlib-test: pjlib $(MAKE) -f $(RULES_MAK) APP=TEST app=pjlib-test $(TEST_EXE) .PHONY: ../lib/pjlib.ko -- cgit v1.2.3