aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-10-15 17:18:02 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-10-15 17:18:02 +0800
commitb7e991c4b753248c90e7a8f6116e098a7f796728 (patch)
tree80d18826ed8e8b835aa3ae309575cea6da985917 /Makefile.in
parent9788566ba4a161fd5f04036846e8cb22b318f8da (diff)
Makefile: only clean PCRE2 directory if it is configured in
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8ddefb46..28280f58 100644
--- a/Makefile.in
+++ b/Makefile.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