From 6be4678300c925dd064eea93a279d66642755c94 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 10 Jul 2000 22:08:50 +0000 Subject: [PATCH] Fix typo. --- v7/doc/imail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/doc/imail/Makefile b/v7/doc/imail/Makefile index 6555155b2..f021abf41 100644 --- a/v7/doc/imail/Makefile +++ b/v7/doc/imail/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.2 2000/07/09 01:36:07 cph Exp $ +# $Id: Makefile,v 1.3 2000/07/10 22:08:50 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -38,7 +38,7 @@ AUX_SUFFIXES = aux log toc INDEX_SUFFIXES = cp fn ky pg tp vr clean: - rm -f imail.ps imail.dvi imail*.info + rm -f imail.ps imail.dvi imail.info* rm -f $(addprefix imail.,$(AUX_SUFFIXES)) rm -f $(addprefix imail.,$(INDEX_SUFFIXES)) rm -f $(addsuffix s,$(addprefix imail.,$(INDEX_SUFFIXES))) -- 2.25.1