r23881: A quick fix from davecb@spamcop.net to be more portable to non-GNU
authorAndrew Bartlett <abartlet@samba.org>
Mon, 16 Jul 2007 01:48:07 +0000 (01:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:01:07 +0000 (15:01 -0500)
make in autogen.sh.

Andrew Bartlett

source/autogen.sh

index 9fab356698cb9ef17046098b680b82241318aa1e..4337d3b55c599554f4f162ff0b941eaeb7def571 100755 (executable)
@@ -65,7 +65,7 @@ rm -rf autom4te*.cache
 
 if test x"${AUTOGEN_SKIP_SWAT}" != x"yes"; then
        echo "$0: building Web Application Framework (SWAT)"
-       make -C ../webapps/swat distclean build || exit 1
+       (cd ../webapps/swat; make distclean build || exit 1)
 fi
 
 echo "Now run ./configure and then make."