mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Teach make distclean
to delete autom4te.cache aclocal.m4
This commit is contained in:
parent
94ef40fb19
commit
9588c9a811
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue