Restore omitted dependency
* java/Makefile.in (install_temp): Depend on $(libsrc)/asset-directory-tool.
This commit is contained in:
parent
7485d7aef3
commit
6d64cf5ee1
1 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,8 @@ $(libsrc)/asset-directory-tool:
|
|||
# does already.
|
||||
|
||||
.PHONY: install_temp
|
||||
install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(RESOURCE_FILES)
|
||||
install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(RESOURCE_FILES) \
|
||||
$(libsrc)/asset-directory-tool
|
||||
$(AM_V_GEN)
|
||||
# Make the working directory for this stuff
|
||||
$(AM_V_SILENT) rm -rf install_temp
|
||||
|
|
Loading…
Add table
Reference in a new issue