summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-13 12:41:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-13 12:41:41 +0000
commitd5a3389886c9dc7f3492ef5369009c40d85b0f3c (patch)
tree884508c6b44f073721c42f5d54e667a3f82d32fb /Makefile.in
parentb7d363ead696a2f1143c547d71d0242b1402c9f6 (diff)
* common.mk (parse.c), ext/ripper/depend (ripper.c): process after
bison with sed. [ruby-dev:32204] * ruby.c (proc_options): use yydebug in cmdline_options. * ruby.c (process_options): set yydebug flag of parser. * parse.y (yydebug): moved into struct parser_params. * parse.y (rb_parser_get_yydebug, rb_parser_set_yydebug): parser generic methods. * */Makefile.sub (parse.c): moved to common.mk. * tool/ytab.sed: comment out yydebug definition, and substitute yyerror with parser_yyerror. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 5d9dcf36ef..26a1aa7807 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -177,9 +177,6 @@ lex.c: keywords
cp $@ $(srcdir)/lex.c.blt; \
fi
-.y.c:
- $(YACC) $(YFLAGS) -o $@ $<
-
.c.@OBJEXT@:
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) -c $<