summaryrefslogtreecommitdiff
path: root/pjlib-util
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-03-11 15:48:26 -0500
committerJason Parker <jparker@digium.com>2013-03-11 15:48:26 -0500
commit1873b7a03a08b00140610d531bb6c0bb71e0e91a (patch)
treecc5cb46cfdcc6618b85da82e69550325b0515a0d /pjlib-util
parentd66961ab59a59cc5684a8e59c7e581bd07978010 (diff)
parent74ce69c77a8ed993870e6cc22582a1dea8e918e6 (diff)
Merge branch 'patch/parallel-build' of github.com:asterisk/pjproject
Diffstat (limited to 'pjlib-util')
-rw-r--r--pjlib-util/build/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
index d2ad65a..6c37979 100644
--- a/pjlib-util/build/Makefile
+++ b/pjlib-util/build/Makefile
@@ -69,12 +69,16 @@ doc:
dep: depend
distclean: realclean
-.PHONY: dep depend pjlib pjlib-test clean realclean distclean
+.PHONY: dep depend clean realclean distclean
+.PHONY: $(TARGETS)
+.PHONY: $(PJLIB_UTIL_LIB) $(UTIL_TEST_EXE)
-pjlib-util:
+pjlib-util: $(PJLIB_UTIL_LIB)
+$(PJLIB_UTIL_LIB):
$(MAKE) -f $(RULES_MAK) APP=PJLIB_UTIL app=pjlib-util $(PJLIB_UTIL_LIB)
-pjlib-util-test: pjlib-util
+pjlib-util-test: $(UTIL_TEST_EXE)
+$(UTIL_TEST_EXE): $(PJLIB_UTIL_LIB)
$(MAKE) -f $(RULES_MAK) APP=UTIL_TEST app=pjlib-util-test $(UTIL_TEST_EXE)
.PHONY: ../lib/pjlib-util.ko