mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
java: make sure the build dir exists
* examples/java/local.mk (%D%/Calc.java): here.
This commit is contained in:
@@ -25,7 +25,8 @@ if ENABLE_JAVA
|
||||
endif
|
||||
|
||||
%D%/Calc.java: %D%/Calc.y $(BISON_IN) $(dist_pkgdata_DATA)
|
||||
$(AM_V_GEN)$(BISON) $< -o $@
|
||||
$(AM_V_GEN)$(MKDIR_P) %D%
|
||||
$(AM_V_at)$(BISON) $< -o $@
|
||||
|
||||
%D%/Calc.class: %D%/Calc.java
|
||||
$(AM_V_GEN) $(SHELL) $(top_builddir)/javacomp.sh $<
|
||||
|
||||
Reference in New Issue
Block a user