]> granicus.if.org Git - neomutt/commitdiff
Correcting a typo in the clean target.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Sep 1998 17:15:29 +0000 (17:15 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Sep 1998 17:15:29 +0000 (17:15 +0000)
Makefile.in

index 1ba958aa24269f79bf478f76d64e1456d9b06a35..67f82a0f4cb9a3b49a3efa863cf0dce2ae0aa277 100644 (file)
@@ -123,7 +123,7 @@ clean-real:
 
 clean:
        rm -f $(CLEANFILES)
-       (cd $(srcdir)/charsets && $(MAKE) $@
+       (cd $(srcdir)/charsets && $(MAKE) $@)
 
 veryclean:
        rm -f $(VERYCLEANFILES)