]> git.eshelyaron.com Git - emacs.git/commitdiff
Restore omitted dependency
authorPo Lu <luangruo@yahoo.com>
Wed, 12 Jun 2024 09:02:07 +0000 (17:02 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:32:42 +0000 (11:32 +0200)
* java/Makefile.in (install_temp): Depend on
$(libsrc)/asset-directory-tool.

(cherry picked from commit 6d64cf5ee1bf67e84f7e338b5de5aa139193d2e7)

java/Makefile.in

index 3b3788576506fe72245a52937a46c65c2751ef80..8c72683d113df4f04004e4ee07633ffca8a52e18 100644 (file)
@@ -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