aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rwxr-xr-xproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/project b/project
index fcf32fd..ee3bff3 100755
--- a/project
+++ b/project
@@ -377,7 +377,7 @@ case $operation in
# Make sure the configure script has been completed properly
# (`configuration-done.txt' exists).
- if ! [ -f .build/software/preparation-done.txt ]; then
+ if ! [ -f .build/software/preparation-done.mk ]; then
print_error_abort $operation
fi