mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Makefile: only clean PCRE2 directory if it is configured in
This commit is contained in:
parent
9788566ba4
commit
b7e991c4b7
1 changed files with 2 additions and 0 deletions
|
@ -880,7 +880,9 @@ distclean: clean
|
||||||
# deleted we won't be able to regenerate them
|
# deleted we won't be able to regenerate them
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
ifdef EXTRA_PCRE2
|
||||||
$(MAKE) -C $(PCRE2_DIR) clean
|
$(MAKE) -C $(PCRE2_DIR) clean
|
||||||
|
endif
|
||||||
rm -f obj/*.o *.o doc.h doc.tmp doc_src/*.doxygen doc_src/*.cpp doc_src/*.o doc_src/commands.hdr
|
rm -f obj/*.o *.o doc.h doc.tmp doc_src/*.doxygen doc_src/*.cpp doc_src/*.o doc_src/commands.hdr
|
||||||
rm -f tests/tmp.err tests/tmp.out tests/tmp.status tests/foo.txt
|
rm -f tests/tmp.err tests/tmp.out tests/tmp.status tests/foo.txt
|
||||||
rm -f $(PROGRAMS) fish_tests key_reader
|
rm -f $(PROGRAMS) fish_tests key_reader
|
||||||
|
|
Loading…
Reference in a new issue