]> granicus.if.org Git - apache/commitdiff
By rights this should be a subst - but it gets us building.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Sep 2003 21:08:33 +0000 (21:08 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Sep 2003 21:08:33 +0000 (21:08 +0000)
  Need to revisit pulling this and httpd-std.conf.in so we can
  drop all win32 specifics.

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

Makefile.win

index e6d286b5ef4c4d52071d99ac305f5acf341aeef4..5cd348df8d037070f0456103efe32236d019cf11 100644 (file)
@@ -644,7 +644,7 @@ BEGIN {
 <<
        if not exist "$(INSTDIR)\conf\httpd.conf" \
            copy "$(INSTDIR)\conf\httpd.default.conf" "$(INSTDIR)\conf\httpd.conf"
-       copy docs\conf\ssl-std.conf "$(INSTDIR)\conf\ssl.default.conf" <.y
+       copy docs\conf\ssl-std.conf.in "$(INSTDIR)\conf\ssl.default.conf" <.y
        -awk -f <<script.awk "docs/conf/ssl-std.conf" "$(INSTDIR)" > "$(INSTDIR)\conf\ssl.default.conf"
     BEGIN { 
        serverroot = ARGV[2];