From 83c78d3a82fa76aaf7525772573b4a87b1bd072f Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sun, 27 Apr 2008 11:03:05 +0200 Subject: [PATCH] Makefile: remove bashism from distclean rule --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.30.2