From 44d9c946fc77600985b869552887497c2a539d5c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 18 Apr 2007 09:24:31 +0000 Subject: Fixed the legacy build system git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1202 74dad513-b988-da41-8d7b-12977e46ad98 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6862e94..f09c54a7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include build.mak include build/host-$(HOST_NAME).mak -DIRS = pjlib pjlib-util pjnath pjmedia pjsip pjsip-apps +DIRS = pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps ifdef MINSIZE MAKE_FLAGS := MINSIZE=1 @@ -9,13 +9,11 @@ endif all clean dep depend distclean doc print realclean: for dir in $(DIRS); do \ - if [ -d $$dir ]; then \ if $(MAKE) $(MAKE_FLAGS) -C $$dir/build $@; then \ true; \ else \ exit 1; \ fi; \ - fi; \ done LIBS = pjlib/lib/libpj-$(TARGET_NAME).a \ -- cgit v1.2.3