hoaparse: Fix non-posix warnings.
* src/hoaparse/Makefile.am: here.
This commit is contained in:
parent
87f51e28e0
commit
2786d0c652
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ $(FROM_HOAPARSE_YY_MAIN): $(srcdir)/$(HOAPARSE_YY)
|
||||||
## $(srcdir)/$(HOAPARSE_YY), it will also use the value of $(srcdir)/
|
## $(srcdir)/$(HOAPARSE_YY), it will also use the value of $(srcdir)/
|
||||||
## in the generated include statements.
|
## in the generated include statements.
|
||||||
cd $(srcdir) && \
|
cd $(srcdir) && \
|
||||||
$(BISON) -Wall -Werror --report=all $(BISON_EXTRA_FLAGS) \
|
$(BISON) -Wall -Werror -Wno-yacc --report=all $(BISON_EXTRA_FLAGS) \
|
||||||
$(HOAPARSE_YY) -o $(FROM_HOAPARSE_YY_MAIN)
|
$(HOAPARSE_YY) -o $(FROM_HOAPARSE_YY_MAIN)
|
||||||
$(FROM_HOAPARSE_YY_OTHERS): $(HOAPARSE_YY)
|
$(FROM_HOAPARSE_YY_OTHERS): $(HOAPARSE_YY)
|
||||||
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) $(FROM_HOAPARSE_YY_MAIN)
|
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) $(FROM_HOAPARSE_YY_MAIN)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue