fix error in comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36728 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-06-18 05:18:11 +00:00
parent 076660864d
commit 190a61c8c2

View file

@ -617,8 +617,8 @@ ${tmp}_OBJC_FILES=$TESTFILE"
$MAKE_CMD clean >/dev/null 2>&1
# Try building all the test files in the directory in parallel.
# If that works, set NEEDBUILD to 'yes' so that we will try each
# individual test file later.
# If that works, set NEEDBUILD to 'no' so that we do not build
# each individual test file later.
echo "" >>$GSTESTLOG
echo "Building in $dir" >>$GSTESTLOG
$MAKE_CMD -j 4 debug=yes >>$GSTESTLOG 2>&1