diff options
-rwxr-xr-x | source4/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh index 4337d3b55c..74634263a2 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)" - (cd ../webapps/swat; make distclean build || exit 1) + (cd ../webapps/swat && make distclean build || exit 1) fi echo "Now run ./configure and then make." |