mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-19 04:13:15 +08:00
Teach make distclean
to delete autom4te.cache aclocal.m4
This commit is contained in:
parent
94ef40fb19
commit
9588c9a811
|
@ -891,7 +891,7 @@ style-all:
|
|||
distclean: clean
|
||||
$v test ! -f $(PCRE2_DIR)/Makefile || \
|
||||
$(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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue
Block a user