summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b7f99cc97..e70784d376 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ check-packages :
exit 1; \
fi \
done
- if test ! -e libraries/base/configure; then \
+ @if test ! -e libraries/base/configure; then \
echo "Looks like you're missing base's configure script."; \
echo "Did you run 'sh boot' at the top level?"; \
exit 1; \