From 50b014d536a436b1f061b2502461c6d05f5ec714 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 19 Jan 2016 10:39:42 +0000 Subject: ripper: clean timestamp git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/ripper/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/ripper/extconf.rb') diff --git a/ext/ripper/extconf.rb b/ext/ripper/extconf.rb index ec686986f9..91d4b320e4 100644 --- a/ext/ripper/extconf.rb +++ b/ext/ripper/extconf.rb @@ -11,7 +11,7 @@ def main end end $objs = %w(ripper.o) - $cleanfiles.concat %w(ripper.y ripper.c ripper.E ripper.output y.output eventids1.c eventids2table.c) + $cleanfiles.concat %w(ripper.y ripper.c ripper.E ripper.output y.output eventids1.c eventids2table.c .eventids2-check) $defs << '-DRIPPER' $defs << '-DRIPPER_DEBUG' if $debug $VPATH << '$(topdir)' << '$(top_srcdir)' -- cgit v1.2.3