aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorydah <13041216+ydah@users.noreply.github.com>2023-10-23 14:11:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-23 17:04:27 +0900
commite6fcf07a6f3e50ca9f7698f70e536ad72fde8d92 (patch)
treef031e32f01f1ca753961c55be60a5641e0982c02 /common.mk
parent8942c73e6a19a6a102eedf295cc6a924c08d0af1 (diff)
downloadruby-e6fcf07a6f3e50ca9f7698f70e536ad72fde8d92.tar.gz
Use `-H` option instead of `-h` option
Follow up: https://github.com/ruby/lrama/pull/139
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6a395e3ae6..5c9afaa280 100644
--- a/common.mk
+++ b/common.mk
@@ -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)