summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2020-07-13 18:47:34 +0000
committerRuediger Pluem <rpluem@apache.org>2020-07-13 18:47:34 +0000
commita4ee6e97a2f2da9d8357bf2cc34230977bed5ea2 (patch)
tree874003d2c8259bf0a9640ce6c407ee1d6424136d /Makefile.in
parent971fc8f5b5d664ddeb5d22f8adef2137c7980fc7 (diff)
downloadhttpd-a4ee6e97a2f2da9d8357bf2cc34230977bed5ea2.tar.gz
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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}; \