summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-04-27 12:26:17 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-04-27 12:26:17 +0000
commitb1a53311e1d876dad4a251ef27e3d121e55b48d2 (patch)
tree8c70e072575fe6e53273d0a783de54857a031135 /Makefile
parent0bb84f80166f576290451d7d5ee4d18b54386fb1 (diff)
downloadhaskell-b1a53311e1d876dad4a251ef27e3d121e55b48d2.tar.gz
add missing @ (see bug #1302)
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; \