From 445504f7c52645d5dae32daf974ba4d602ee00fc Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 8 Sep 2003 21:08:33 +0000 Subject: [PATCH] By rights this should be a subst - but it gets us building. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index e6d286b5ef..5cd348df8d 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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 < "$(INSTDIR)\conf\ssl.default.conf" BEGIN { serverroot = ARGV[2]; -- 2.50.1