]> granicus.if.org Git - php/commitdiff
Fix path to alternate mkdir
authorSascha Schumann <sas@php.net>
Sun, 20 May 2001 22:04:23 +0000 (22:04 +0000)
committerSascha Schumann <sas@php.net>
Sun, 20 May 2001 22:04:23 +0000 (22:04 +0000)
build/fastgen.sh

index 6da026994b96a7a1f461499ce21d1638827d0a4c..b9742a9dfe603cd3f6ff4cf285d1b53df2dde907 100755 (executable)
@@ -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