Code

Makefile: remove bashism from distclean rule
authorJonas Fonseca <fonseca@diku.dk>
Sun, 27 Apr 2008 09:03:05 +0000 (11:03 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Sun, 27 Apr 2008 09:04:05 +0000 (11:04 +0200)
Makefile

index 236e26dfef8a1d883f2efa4b6464b9dc84b0f167..1107f95e6ffc990a74c2cf83722dfec3dfebe537 100644 (file)
--- 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