summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource4/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh
index 9fab356698..4337d3b55c 100755
--- a/source4/autogen.sh
+++ b/source4/autogen.sh
@@ -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."