Don't delete config.h.in when doing "make spotless"

This commit is contained in:
H. Peter Anvin 2003-09-12 22:30:50 +00:00
parent adc62fb0af
commit 9bab3d57d4

View file

@ -127,7 +127,8 @@ clean:
cd rdoff && $(MAKE) clean
distclean: clean
rm -f config.* Makefile *~ *.bak *.lst *.bin
rm -f config.h config.log config.status
rm -f Makefile *~ *.bak *.lst *.bin
rm -f output/*~ output/*.bak
rm -f test/*.lst test/*.bin test/*.$(O) test/*.bin
rm -rf autom4te*.cache