From d171fb55d80ab3d5cfc639309d5db35c92232df6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 6 Dec 2000 03:01:20 +0000 Subject: [PATCH] Don't show conditional for "machine". --- v7/src/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/Makefile b/v7/src/compiler/Makefile index 1f4118360..b1ad06b53 100644 --- a/v7/src/compiler/Makefile +++ b/v7/src/compiler/Makefile @@ -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 -- 2.25.1