From 869f0271cf7d55ea7f424b6e820b3a175bd07c92 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Thu, 26 Feb 2015 17:20:48 +0000 Subject: [PATCH] Arrange for "make distclean" to remove config.h, a CMake-related file. --- ChangeLog | 5 ++++- Makefile.am | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e7eb082..8fa7647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Change Log for PCRE2 -------------------- -Version 10.10 20-February-2015 +Version 10.10 26-February-2015 ------------------------------ 1. When a pattern is compiled, it remembers the highest back reference so that @@ -94,6 +94,9 @@ only on Windows. 20. Added RunTest.bat for running the tests under Windows. +21. "make distclean" was not removing config.h, a file that is created for use +with CMake. + Version 10.00 05-January-2015 ----------------------------- diff --git a/Makefile.am b/Makefile.am index 5919be7..2e4e79e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -198,7 +198,7 @@ noinst_PROGRAMS = # and 'make maintainer-clean'. CLEANFILES = -DISTCLEANFILES = src/config.h.in~ +DISTCLEANFILES = src/config.h.in~ config.h MAINTAINERCLEANFILES = # Additional files to bundle with the distribution, over and above what