Teach make distclean to delete autom4te.cache aclocal.m4

This commit is contained in:
ridiculousfish 2016-11-26 14:58:31 -08:00
parent 94ef40fb19
commit 9588c9a811

View file

@ -891,7 +891,7 @@ style-all:
distclean: clean distclean: clean
$v test ! -f $(PCRE2_DIR)/Makefile || \ $v test ! -f $(PCRE2_DIR)/Makefile || \
$(MAKE) V=$(V) -C $(PCRE2_DIR) distclean ||: $(MAKE) V=$(V) -C $(PCRE2_DIR) distclean ||:
$v rm -f config.status config.log config.h Makefile $v rm -rf config.status config.log config.h Makefile autom4te.cache aclocal.m4
.PHONY: distclean .PHONY: distclean
# #