fix my silly typo

This commit is contained in:
Wez Furlong 2005-03-21 01:24:36 +00:00
parent 06a96fdfe5
commit 6895ef99c0

View File

@ -96,7 +96,7 @@ if test "$PHP_PDO_SQLITE" != "no"; then
$CC -o $ext_srcdir/sqlite/tool/mkkeywordhash $ext_srcdir/sqlite/tool/mkkeywordhash.c
$ext_srcdir/sqlite/tool/mkkeywordhash > $ext_srcdir/sqlite/src/keywordhash.h
else
touch $ext_srcdir/sqlite/src/parse.c $ext_srcdir/sqlite/src/parse.y
touch $ext_srcdir/sqlite/src/parse.c $ext_srcdir/sqlite/src/parse.h
fi
if test "$ext_shared" = "no" -o "$ext_srcdir" != "$abs_srcdir"; then