summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-05-20 22:04:23 +0000
committerSascha Schumann <sas@php.net>2001-05-20 22:04:23 +0000
commitcdc30c682693c1a5049307d01d6e70dbff6363e0 (patch)
treee8e9d8f5430cacb16055884dd24aee27636b8be6 /build
parent7e5b4db32325c0af17f906e86a823b46076cc5f5 (diff)
downloadphp-git-cdc30c682693c1a5049307d01d6e70dbff6363e0.tar.gz
Fix path to alternate mkdir
Diffstat (limited to 'build')
-rwxr-xr-xbuild/fastgen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/fastgen.sh b/build/fastgen.sh
index 6da026994b..b9742a9dfe 100755
--- a/build/fastgen.sh
+++ b/build/fastgen.sh
@@ -16,7 +16,7 @@
# | Authors: Sascha Schumann <sascha@schumann.cx> |
# +----------------------------------------------------------------------+
#
-# $Id: fastgen.sh,v 1.9 2000-09-26 11:19:38 sas Exp $
+# $Id: fastgen.sh,v 1.10 2001-05-20 22:04:23 sas Exp $
#
srcdir=$1
@@ -34,7 +34,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/shtool mkdir -p"
fi
if test "$bsd_makefile" = "yes"; then