From c43036f49538d88c032a55a22e79e19a3eaf93ec Mon Sep 17 00:00:00 2001 From: Po Lu Date: Wed, 12 Jun 2024 17:02:07 +0800 Subject: [PATCH] Restore omitted dependency * java/Makefile.in (install_temp): Depend on $(libsrc)/asset-directory-tool. (cherry picked from commit 6d64cf5ee1bf67e84f7e338b5de5aa139193d2e7) --- java/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/Makefile.in b/java/Makefile.in index 3b378857650..8c72683d113 100644 --- a/java/Makefile.in +++ b/java/Makefile.in @@ -198,7 +198,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 -- 2.39.2