diff options
author | Wez Furlong <wez@php.net> | 2004-07-18 10:34:12 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-07-18 10:34:12 +0000 |
commit | 07a17df386637e7689dd278b9b0a801f4ed1d156 (patch) | |
tree | b02d9f0faed1a899d67e5b6aa4c49a7ad14e573d | |
parent | a0191f0505688a0d0afbcc0e9e44fd05c6eccec4 (diff) | |
download | php-git-07a17df386637e7689dd278b9b0a801f4ed1d156.tar.gz |
touch to avoid weird implicit makefile rule
-rw-r--r-- | ext/sqlite/libsqlite/src/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/libsqlite/src/parse.c b/ext/sqlite/libsqlite/src/parse.c index 64e3eb3df8..463536915c 100644 --- a/ext/sqlite/libsqlite/src/parse.c +++ b/ext/sqlite/libsqlite/src/parse.c @@ -1,5 +1,5 @@ /* Driver template for the LEMON parser generator. -** The author disclaims copyright to this source code. +** The author disclaims copyright to this source code. */ /* First off, code is include which follows the "include" declaration ** in the input file. */ |