summaryrefslogtreecommitdiff
path: root/Makefile.tmpl
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>1999-03-16 00:38:53 +0000
committerJim Jagielski <jim@apache.org>1999-03-16 00:38:53 +0000
commite867516b7975052c392700a0927773556b3fd0d1 (patch)
tree1a989dea198172c05c98d038735b7728161dbc3d /Makefile.tmpl
parent178ef0581cc81810d5df566830fd0a5c3e3e7a76 (diff)
downloadhttpd-e867516b7975052c392700a0927773556b3fd0d1.tar.gz
Honor TARGET in httpd.conf 'creation'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.tmpl')
-rw-r--r--Makefile.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tmpl b/Makefile.tmpl
index 0a63a95459..ab6593d468 100644
--- a/Makefile.tmpl
+++ b/Makefile.tmpl
@@ -432,6 +432,7 @@ install-config:
-e 's;@@ServerRoot@@/cgi-bin;$(cgidir);' \
-e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \
-e 's;@@ServerRoot@@;$(prefix);g' \
+ -e 's;httpd.conf;$(TARGET).conf;' \
-e 's;logs/accept.lock;$(runtimedir)/$(TARGET).lock;' \
-e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
-e 's;logs/httpd.pid;$(runtimedir)/$(TARGET).pid;' \