diff options
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: | |||
| 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 |