]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
[Cygwin]: Fix the problem that the generated httpd.conf contains lines like:
authorMartin Kraemer <martin@apache.org>
Thu, 9 Jan 2003 09:28:21 +0000 (09:28 +0000)
committerMartin Kraemer <martin@apache.org>
Thu, 9 Jan 2003 09:28:21 +0000 (09:28 +0000)
"AddModule mod_alias.dll" instead of "AddModule mod_alias.c"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98220 13f79535-47bb-0310-9956-ffa450edef68

Makefile.tmpl

index 8a2ce7f96d4d0ea730dce5bba59052bce83321a5..891c44efba7a0e88afe4fe5e28591464e82e528e 100644 (file)
@@ -341,7 +341,7 @@ install-programs:
                sed     -e 's:SharedModule:AddModule:' \
                        -e 's:modules/[^/]*/::' \
                        -e 's:[         ]lib: mod_:' \
-                       -e 's:\.[soam].*$$:.c:' >>$(SRC)/.apaci.install.conf; \
+                       -e 's:\.[dsoam].*$$:.c:' >>$(SRC)/.apaci.install.conf; \
        fi
        @echo "<=== [programs]"