summaryrefslogtreecommitdiff
path: root/source4/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/autogen.sh')
-rwxr-xr-xsource4/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh
index 8d842a9cb5..a27364c7e2 100755
--- a/source4/autogen.sh
+++ b/source4/autogen.sh
@@ -64,7 +64,7 @@ $AUTOCONF $IPATHS || exit 1
rm -rf autom4te*.cache
echo "$0: building Web Application Framework (SWAT)"
-make -C ../webapps/swat distclean build || exit 1
+#make -C ../webapps/swat distclean build || exit 1
echo "Now run ./configure and then make."
exit 0