From: Andre Noll Date: Sat, 4 Jul 2009 19:13:23 +0000 (+0200) Subject: Makefile: Remove *_command_list.* on make clean. X-Git-Tag: v0.4.0~70 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=79ab92124134583a667110b5d7b88584efed9f98;p=paraslash.git Makefile: Remove *_command_list.* on make clean. No need to do this only for maintainer-clean. --- diff --git a/Makefile.in b/Makefile.in index b6505f2a..7962674b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -173,6 +173,7 @@ para_afh: @afh_objs@ clean: rm -f *.o $(BINARIES) + rm -f *_command_list.* rm -rf man distclean: clean rm -f Makefile autoscan.log config.status config.log && \ @@ -183,7 +184,6 @@ maintainer-clean: distclean rm -f $(ggo_generated) *.tar.bz2 \ config.h configure \ config.h.in skencil/*.pdf skencil/*.ps - rm -f *_command_list.* *.man man/man1/* rm -rf web_sync install: all man