aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Hazel <Philip.Hazel@gmail.com>2024-04-28 17:13:25 +0100
committerPhilip Hazel <Philip.Hazel@gmail.com>2024-04-28 17:13:25 +0100
commite07e378d85f45a0e65f0a974d61dfe7a481e7b1b (patch)
tree22692fb1305e64dedb8cc9699adec51c833d23e9
parent3844bada6f2a4017b1ee6676e4216313ff17430f (diff)
downloadpcre-upstream-master.tar.gz
Ensure binaries from a different configuration are all deleted on "make clean".upstream-master
-rw-r--r--Makefile.am14
1 files changed, 12 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 65d07119..17bbb248 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -240,9 +240,19 @@ bin_PROGRAMS =
noinst_PROGRAMS =
# Additional files to delete on 'make clean', 'make distclean',
-# and 'make maintainer-clean'.
+# and 'make maintainer-clean'. It turns out that the default is to delete only
+# those binaries that *this* configuration has created. If the configuration
+# has been changed, some binaries may not get automatically deleted. Therefore
+# we list them here.
+
+CLEANFILES = \
+ pcre2_dftables \
+ pcre2_jit_test \
+ pcre2fuzzcheck-8 \
+ pcre2fuzzcheck-16 \
+ pcre2fuzzcheck-32 \
+ pcre2demo
-CLEANFILES =
DISTCLEANFILES = src/config.h.in~
MAINTAINERCLEANFILES =