summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2014-02-04 07:39:55 +0000
committerLiong Sauw Ming <ming@teluu.com>2014-02-04 07:39:55 +0000
commit1342a94d5cbd8820f83ef59adcb18d14f566a3de (patch)
tree68d9173c4d485dad37bf6e21651923ac79db0bdb /Makefile
parentcc76884a5805a826a8296f0402929b2d10b532c3 (diff)
Re #1519 (commited to SVN trunk): Add lib target to build system to enable building the library only (without the executables)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4727 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72310ae0..4797a193 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ all clean dep depend distclean print realclean:
lib:
for dir in $(LIB_DIRS); do \
- if $(MAKE) $(MAKE_FLAGS) -C $$dir all; then \
+ if $(MAKE) $(MAKE_FLAGS) -C $$dir lib; then \
true; \
else \
exit 1; \