summaryrefslogtreecommitdiff
path: root/build/fastgen.sh
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-04 18:56:14 +0000
committerRyan Bloom <rbb@apache.org>2000-12-04 18:56:14 +0000
commit35f789785431beae009fb622897c1a7ce074d58c (patch)
treeed818c88e378f0cf904284b62d5a1a994a674daf /build/fastgen.sh
parent9409605c72f883672f3e22c3dfd63167a5ffe716 (diff)
downloadhttpd-35f789785431beae009fb622897c1a7ce074d58c.tar.gz
Get buildconf working in the new repository. Nothing builds, but we can
at least configure everything. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/fastgen.sh')
-rwxr-xr-xbuild/fastgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fastgen.sh b/build/fastgen.sh
index eb9d83e6f7..347fb14250 100755
--- a/build/fastgen.sh
+++ b/build/fastgen.sh
@@ -70,7 +70,7 @@ top_builddir=`pwd`
if test "$mkdir_p" = "yes"; then
mkdir_p="mkdir -p"
else
- mkdir_p="$top_srcdir/helpers/mkdir.sh"
+ mkdir_p="$top_srcdir/build/mkdir.sh"
fi
if test "$bsd_makefile" = "yes"; then