From e6fcf07a6f3e50ca9f7698f70e536ad72fde8d92 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:11:00 +0900 Subject: Use `-H` option instead of `-h` option Follow up: https://github.com/ruby/lrama/pull/139 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3