From: Thomas Roessler Date: Tue, 15 Sep 1998 17:15:29 +0000 (+0000) Subject: Correcting a typo in the clean target. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4513e1e47f5d16db255ee436fe7c17639c59f866;p=neomutt Correcting a typo in the clean target. --- diff --git a/Makefile.in b/Makefile.in index 1ba958aa2..67f82a0f4 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)