From a4ee6e97a2f2da9d8357bf2cc34230977bed5ea2 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Mon, 13 Jul 2020 18:47:34 +0000 Subject: Consider case insensitive filessystems Consider case insensitive filessystems and thus choose a new non conflicting name for the directory to store CHANGES entries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879840 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 6a2be8d830..a43c28a377 100644 --- a/Makefile.in +++ b/Makefile.in @@ -167,7 +167,7 @@ docs: fi update-changes: - @for i in `find changes -type f`; do \ + @for i in `find changes-entries -type f`; do \ cp CHANGES CHANGES.tmp ; \ awk -vfname=$$i 'BEGIN{done = 0} \ done == 0 && /^Changes with Apache /{ active = 1; print; next}; \ -- cgit v1.2.1