aboutsummaryrefslogtreecommitdiff
path: root/libexec/build-make
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/build-make')
-rwxr-xr-xlibexec/build-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/build-make b/libexec/build-make
index 515d496..8a4bf9c 100755
--- a/libexec/build-make
+++ b/libexec/build-make
@@ -30,7 +30,7 @@ build_make()
done
# If no target is given, then base our target on the current working
- # directory, falling back to "${PROJECT}/all" as our default.
+ # directory, falling back to ${TARGET} (or all/all)
if test "$#" -eq '0'; then
case "${BUILDER_MAKE_ACTION}" in
(*clean) NAME='all/all';;