From: Thomas Roessler Date: Tue, 15 Sep 1998 17:15:29 +0000 (+0000) Subject: Correcting a typo in the clean target. X-Git-Tag: mutt-0-94-7i-rel~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc38f1d80e4e9518b3bf7a720845857e8d19d423;p=mutt Correcting a typo in the clean target. --- diff --git a/Makefile.in b/Makefile.in index 1ba958aa..67f82a0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -123,7 +123,7 @@ clean-real: clean: rm -f $(CLEANFILES) - (cd $(srcdir)/charsets && $(MAKE) $@ + (cd $(srcdir)/charsets && $(MAKE) $@) veryclean: rm -f $(VERYCLEANFILES)