Skip to content

Commit

Permalink
Use Lrama -H option instead of -h option
Browse files Browse the repository at this point in the history
`-h` option is deprecated and will be changed to a short option of `--help`.
  • Loading branch information
yui-knk committed Oct 23, 2023
1 parent 2d46835 commit 680eb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ PHONY:
{$(srcdir)}.y.c:
$(ECHO) generating $@
$(Q)$(BASERUBY) $(tooldir)/id2token.rb $(SRC_FILE) | \
$(YACC) $(YFLAGS) -o$@ -h$*.h - parse.y
$(YACC) $(YFLAGS) -o$@ -H$*.h - parse.y

$(PLATFORM_D):
$(Q) $(MAKEDIRS) $(PLATFORM_DIR) $(@D)
Expand Down

0 comments on commit 680eb95

Please sign in to comment.