autoconf.mk: Add $(AC_FILES) to distclean target

This commit is contained in:
Jan Lindemann 2002-07-25 20:27:22 +00:00 committed by Jan Lindemann
commit e017b33927

View file

@ -12,7 +12,7 @@ all: config $(AC_FILES)
config: config.acdone $(AC_FILES)
install: config $(AC_FILES)
confclean:
rm -f $(DISTCLEAN) $(CLEAN)
rm -f $(DISTCLEAN) $(CLEAN) $(AC_FILES)
configure.ac: configure.ac.tmpl VERSION
cat $< | sed -e "s/_VERSION_/`cat VERSION | sed 's/-dev//'`/" > $@