diff options
| author | Po Lu | 2024-06-12 17:02:07 +0800 |
|---|---|---|
| committer | Po Lu | 2024-06-12 17:03:00 +0800 |
| commit | 6d64cf5ee1bf67e84f7e338b5de5aa139193d2e7 (patch) | |
| tree | bd51afdc9990f84fd79d0855a3605cd12bd4f619 /java/Makefile.in | |
| parent | 7485d7aef30c572ba29b351e457e8871ee565ad4 (diff) | |
| download | emacs-6d64cf5ee1bf67e84f7e338b5de5aa139193d2e7.tar.gz emacs-6d64cf5ee1bf67e84f7e338b5de5aa139193d2e7.zip | |
Restore omitted dependency
* java/Makefile.in (install_temp): Depend on
$(libsrc)/asset-directory-tool.
Diffstat (limited to '')
| -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: | |||
| 199 | # does already. | 199 | # does already. |
| 200 | 200 | ||
| 201 | .PHONY: install_temp | 201 | .PHONY: install_temp |
| 202 | install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(RESOURCE_FILES) | 202 | install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(RESOURCE_FILES) \ |
| 203 | $(libsrc)/asset-directory-tool | ||
| 203 | $(AM_V_GEN) | 204 | $(AM_V_GEN) |
| 204 | # Make the working directory for this stuff | 205 | # Make the working directory for this stuff |
| 205 | $(AM_V_SILENT) rm -rf install_temp | 206 | $(AM_V_SILENT) rm -rf install_temp |