From: Chris Hanson Date: Thu, 7 Dec 2000 22:55:13 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~3106 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=60efa130dc1a21190f4211c9ea51eb8fd563be30;p=mit-scheme.git Fix typo. --- 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