From d89621af34f71c04636484fac07839bb577b8c0f Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 11 Nov 2007 09:32:30 +0000 Subject: touch lex.c only if lex.c exists. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6f55fb1e..e150f9ee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ -Sun Nov 11 18:15:11 2007 Tanaka Akira +Sun Nov 11 18:31:48 2007 Tanaka Akira - * Makefile.in (lex.c): touch lex.c if gperf failed. + * Makefile.in (lex.c): touch lex.c if gperf failed but lex.c exists. Although this may cause non-updated lex.c, svn co may generate keywords newer than lex.c especially on a file system which can record fractional mtime such as XFS. -- cgit