зеркало из https://github.com/github/ruby.git
Remove duplicated option
`-d` option is basically same with `-h` (`--header`). The difference is `-h` accept header file name. Therefore remove `-d` option.
This commit is contained in:
Родитель
1ae8c62483
Коммит
448e8b5ebb
|
@ -1032,7 +1032,7 @@ PHONY:
|
|||
{$(srcdir)}.y.c:
|
||||
$(ECHO) generating $@
|
||||
$(Q)$(BASERUBY) $(tooldir)/id2token.rb $(SRC_FILE) | \
|
||||
$(YACC) -d $(YFLAGS) -o$@ -h$*.h - parse.y
|
||||
$(YACC) $(YFLAGS) -o$@ -h$*.h - parse.y
|
||||
|
||||
$(PLATFORM_D):
|
||||
$(Q) $(MAKEDIRS) $(PLATFORM_DIR) $(@D)
|
||||
|
|
Загрузка…
Ссылка в новой задаче