Revision: 209
http://www.exim.org/viewvc/pcre2?view=rev&revision=209
Author: ph10
Date: 2015-02-26 17:20:48 +0000 (Thu, 26 Feb 2015)
Log Message:
-----------
Arrange for "make distclean" to remove config.h, a CMake-related file.
Modified Paths:
--------------
code/trunk/ChangeLog
code/trunk/Makefile.am
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2015-02-25 17:19:28 UTC (rev 208)
+++ code/trunk/ChangeLog 2015-02-26 17:20:48 UTC (rev 209)
@@ -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,7 +94,10 @@
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
-----------------------------
Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am 2015-02-25 17:19:28 UTC (rev 208)
+++ code/trunk/Makefile.am 2015-02-26 17:20:48 UTC (rev 209)
@@ -198,7 +198,7 @@
# 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