From 60efa130dc1a21190f4211c9ea51eb8fd563be30 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 7 Dec 2000 22:55:13 +0000 Subject: [PATCH] Fix typo. --- v7/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/Makefile b/v7/src/Makefile index 1bf56d80a..1b7fc6c44 100644 --- a/v7/src/Makefile +++ b/v7/src/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 2000/12/07 22:52:51 cph Exp $ +# $Id: Makefile,v 1.14 2000/12/07 22:55:13 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -52,7 +52,7 @@ mostlyclean: mostlyclean-extra mostlyclean-extra: @if test -d runtime-check && test -e runtime-check/Makefile; then \ - echo "making $@ in runtime-check"; \ + echo "making mostlyclean in runtime-check"; \ ( cd runtime-check && $(MAKE) mostlyclean ); \ fi -- 2.25.1