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:
parent
1ae8c62483
commit
448e8b5ebb
@ -1032,7 +1032,7 @@ PHONY:
|
|||||||
{$(srcdir)}.y.c:
|
{$(srcdir)}.y.c:
|
||||||
$(ECHO) generating $@
|
$(ECHO) generating $@
|
||||||
$(Q)$(BASERUBY) $(tooldir)/id2token.rb $(SRC_FILE) | \
|
$(Q)$(BASERUBY) $(tooldir)/id2token.rb $(SRC_FILE) | \
|
||||||
$(YACC) -d $(YFLAGS) -o$@ -h$*.h - parse.y
|
$(YACC) $(YFLAGS) -o$@ -h$*.h - parse.y
|
||||||
|
|
||||||
$(PLATFORM_D):
|
$(PLATFORM_D):
|
||||||
$(Q) $(MAKEDIRS) $(PLATFORM_DIR) $(@D)
|
$(Q) $(MAKEDIRS) $(PLATFORM_DIR) $(@D)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user