don't remove config.h.in in make distclean

This commit is contained in:
gbeauche 2005-11-21 22:03:53 +00:00
parent 9c06a00dd2
commit 88246b3622

View File

@ -120,7 +120,7 @@ distclean: clean
rm -rf $(OBJ_DIR)
rm -rf autom4te.cache
rm -f Makefile
rm -f config.cache config.log config.status config.h config.h.in
rm -f config.cache config.log config.status config.h
depend dep:
makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null