diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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}; \ |