From 390c76c0e5bdb04d35b7dda078b381cb15b090d2 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 10 Sep 2006 22:27:40 +0000 Subject: Fixed autoconf in various other systems (IA64, x86_64, BSD/FreeBSD) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@700 74dad513-b988-da41-8d7b-12977e46ad98 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92fe8c92..18766d28 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ 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 \ + if $(MAKE) $(MAKE_FLAGS) -C $$dir/build $@; then \ true; \ else \ exit 1; \ -- cgit v1.2.3