PR: 10163 (but PR isn't completely solved with this commit)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93908
13f79535-47bb-0310-9956-
ffa450edef68
my $data = join('', <DATA>);
$data =~ s|%NAME%|$name|sg;
$data =~ s|%TARGET%|$CFG_TARGET|sg;
+ $data =~ s|%PREFIX%|$prefix|sg;
my ($mkf, $mods, $src) = ($data =~ m|^(.+)-=#=-\n(.+)-=#=-\n(.+)|s);
##
builddir=$(shell pwd)
-top_srcdir=/home/rbb/apachebin4
-top_builddir=/home/rbb/apachebin4/build
-include /home/rbb/apachebin4/build/special.mk
+top_srcdir=%PREFIX%
+top_builddir=%PREFIX%
+include %PREFIX%/build/special.mk
# the used tools
APXS=apxs