]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Makefile: Remove *_command_list.* on make clean.
authorAndre Noll <maan@systemlinux.org>
Sat, 4 Jul 2009 19:13:23 +0000 (21:13 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 4 Jul 2009 19:13:23 +0000 (21:13 +0200)
No need to do this only for maintainer-clean.

Makefile.in

index b6505f2a5ca06302ac1bc7e565074f0d892d193d..7962674b1a3ca3fe2f98919cac99143ac90d64b1 100644 (file)
@@ -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