Arrange for "make distclean" to remove config.h, a CMake-related file.
This commit is contained in:
parent
20c75b2f42
commit
869f0271cf
|
@ -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
|
||||
-----------------------------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue