"make distclean" must remove config.status

This commit is contained in:
hpa 2001-07-26 22:54:16 +00:00
parent 32b1e62a8c
commit 4003a672ce

View file

@ -22,7 +22,7 @@ install: MCONFIG $(patsubst %, %.install, $(SUB))
clean: $(patsubst %, %.clean, $(SUB))
distclean: $(patsubst %, %.distclean, $(SUB))
rm -f MCONFIG config.cache config.log config.h *~ \#*
rm -f MCONFIG config.status config.cache config.log config.h *~ \#*
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f
spotless: distclean