projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c00d7e2
)
Makefile: Remove *_command_list.* on make clean.
author
Andre Noll
<maan@systemlinux.org>
Sat, 4 Jul 2009 19:13:23 +0000
(21:13 +0200)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
b6505f2
..
7962674
100644
(file)
--- 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