forked from mirrors/tftp-hpa-google
Make sure version.h is deleted for "make distclean"
This commit is contained in:
parent
7a3373656d
commit
2116104641
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ localclean:
|
||||||
|
|
||||||
distclean: localdistclean $(patsubst %, %.distclean, $(SUB))
|
distclean: localdistclean $(patsubst %, %.distclean, $(SUB))
|
||||||
|
|
||||||
localdistclean:
|
localdistclean: localclean
|
||||||
rm -f MCONFIG config.status config.log acconfig.h *~ \#*
|
rm -f MCONFIG config.status config.log acconfig.h *~ \#*
|
||||||
rm -rf *.cache
|
rm -rf *.cache
|
||||||
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f
|
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue