diff options
| author | Po Lu <luangruo@yahoo.com> | 2024-06-12 17:02:07 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2024-06-12 17:03:00 +0800 |
| commit | 6d64cf5ee1bf67e84f7e338b5de5aa139193d2e7 (patch) | |
| tree | bd51afdc9990f84fd79d0855a3605cd12bd4f619 /java | |
| parent | 7485d7aef30c572ba29b351e457e8871ee565ad4 (diff) | |
Restore omitted dependency
* java/Makefile.in (install_temp): Depend on
$(libsrc)/asset-directory-tool.
Diffstat (limited to 'java')
| -rw-r--r-- | java/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/Makefile.in b/java/Makefile.in index 8cc2235b9f3..a7a9cabe135 100644 --- a/java/Makefile.in +++ b/java/Makefile.in @@ -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 |
