Restore omitted dependency

* java/Makefile.in (install_temp): Depend on
$(libsrc)/asset-directory-tool.
This commit is contained in:
Po Lu 2024-06-12 17:02:07 +08:00
parent 7485d7aef3
commit 6d64cf5ee1

View file

@ -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