]> granicus.if.org Git - apache/commitdiff
remove logic which looks for a non-existant ssl.conf file in the docs/conf/
authorGreg Ames <gregames@apache.org>
Fri, 19 Jul 2002 15:32:36 +0000 (15:32 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 19 Jul 2002 15:32:36 +0000 (15:32 +0000)
build directory (it's ssl-std.conf there), then ignores its absence in the
next line.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96129 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index b09e7cbb7d2c9b7d96c2220852e3ddef64bdd99d..29d7437d0c6d798df97b12dd9ef4cecaf8a7d2e3 100644 (file)
@@ -39,8 +39,7 @@ install-conf:
        done; \
        for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \
            cd $$j ; \
-           for i in *-std*.conf ssl.conf; do \
-               [ -f $$i ] || continue; \
+           for i in *-std*.conf; do \
                ( \
                        n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
                        if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \