From: Jonas Fonseca Date: Sun, 27 Apr 2008 09:03:05 +0000 (+0200) Subject: Makefile: remove bashism from distclean rule X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=83c78d3a82fa76aaf7525772573b4a87b1bd072f;p=tig.git Makefile: remove bashism from distclean rule --- diff --git a/Makefile b/Makefile index 236e26d..1107f95 100644 --- a/Makefile +++ b/Makefile @@ -99,8 +99,9 @@ clean: $(RM) $(PROGS) core *.o *.xml distclean: clean - $(RM) -r manual.html-chunked *.toc $(ALLDOC) - $(RM) -r autom4te.cache aclocal.m4 config.{h,log,make,status} config.h.in configure + $(RM) -r manual.html-chunked autom4te.cache + $(RM) *.toc $(ALLDOC) aclocal.m4 configure + $(RM) config.h config.log config.make config.status config.h.in spell-check: aspell --lang=en --check tig.1.txt tigrc.5.txt manual.txt