mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
Makefile: only clean PCRE2 directory if it is configured in
This commit is contained in:
@@ -880,7 +880,9 @@ distclean: clean
|
||||
# deleted we won't be able to regenerate them
|
||||
|
||||
clean:
|
||||
ifdef EXTRA_PCRE2
|
||||
$(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 tests/tmp.err tests/tmp.out tests/tmp.status tests/foo.txt
|
||||
rm -f $(PROGRAMS) fish_tests key_reader
|
||||
|
||||
Reference in New Issue
Block a user