Don't show conditional for "machine".
authorChris Hanson <org/chris-hanson/cph>
Wed, 6 Dec 2000 03:01:20 +0000 (03:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 6 Dec 2000 03:01:20 +0000 (03:01 +0000)
v7/src/compiler/Makefile

index 1f411836031edcd1df7e5e06e88199c8ffbf3126..b1ad06b5328b412c6428aafcd693c780d391cc0c 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 2000/12/06 02:58:24 cph Exp $
+# $Id: Makefile,v 1.16 2000/12/06 03:01:20 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -44,7 +44,7 @@ mostlyclean:
            echo "making $@ in $${SUBDIR}"; \
            (cd $${SUBDIR} && rm -f *.bin *.ext *.com *.bci); \
        done
-       if test -d machine/.; then \
+       @if test -d machine/.; then \
            echo "making $@ in machine"; \
            (cd machine && rm -f *.bin *.ext *.com *.bci); \
        fi