diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-04-27 12:26:17 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-04-27 12:26:17 +0000 |
commit | b1a53311e1d876dad4a251ef27e3d121e55b48d2 (patch) | |
tree | 8c70e072575fe6e53273d0a783de54857a031135 /Makefile | |
parent | 0bb84f80166f576290451d7d5ee4d18b54386fb1 (diff) | |
download | haskell-b1a53311e1d876dad4a251ef27e3d121e55b48d2.tar.gz |
add missing @ (see bug #1302)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |