From 1342a94d5cbd8820f83ef59adcb18d14f566a3de Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Tue, 4 Feb 2014 07:39:55 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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; \ -- cgit v1.2.3