summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-13 13:44:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-13 13:44:21 +0000
commit032248d337bd683d2b77d972097a2f31688874cb (patch)
tree6e899062b79f5fdf054f48c9ffc1caca1e8d221e /Makefile.in
parent1ee65ab7bb4d6cb78bfd28d63858afb02a7a6434 (diff)
* parse.y: remove static variables. [ruby-dev:26530]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d092636a23..6d7cde1021 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -154,7 +154,7 @@ $(srcdir)/configure: $(srcdir)/configure.in
lex.c: keywords
@-$(RM) $@
- gperf -p -j1 -i 1 -g -o -t -N rb_reserved_word -k1,3,$$ $? > $@ || \
+ gperf -C -p -j1 -i 1 -g -o -t -N rb_reserved_word -k1,3,$$ $? > $@ || \
cp "$(srcdir)/$@" .
.y.c: