From: Aaron Bannert Date: Sun, 28 Apr 2002 23:41:25 +0000 (+0000) Subject: Don't install *.in config files. X-Git-Tag: 2.0.36~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26f565bc6cd2876725638eb9d9aefe68925c2fe7;p=apache Don't install *.in config files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94847 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index bacd4330f5..01fabd6be7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,7 +37,7 @@ install-conf: done; \ for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \ cd $$j ; \ - for i in *-std* ssl.conf; do \ + for i in *-std*.conf ssl.conf; do \ [ -f $$i ] || continue; \ ( \ n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \