add missing @ (see bug #1302)
authorSimon Marlow <simonmar@microsoft.com>
Fri, 27 Apr 2007 12:26:17 +0000 (12:26 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 27 Apr 2007 12:26:17 +0000 (12:26 +0000)
Makefile

index 3b7f99c..e70784d 100644 (file)
--- 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; \