Make sure version.h is deleted for "make distclean"

This commit is contained in:
hpa 2001-12-14 22:38:33 +00:00
parent 7a3373656d
commit 2116104641

View file

@ -29,7 +29,7 @@ localclean:
distclean: localdistclean $(patsubst %, %.distclean, $(SUB))
localdistclean:
localdistclean: localclean
rm -f MCONFIG config.status config.log acconfig.h *~ \#*
rm -rf *.cache
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f