aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/java/Makefile.in b/java/Makefile.in
index 35d2637837c..802da0b9e36 100644
--- a/java/Makefile.in
+++ b/java/Makefile.in
@@ -359,7 +359,11 @@ public static final String[] EMACS_SHARED_LIBRARIES\
359# all shared libraries are compiled, because the computation of 359# all shared libraries are compiled, because the computation of
360# ALL_DEPENDENCIES in this instance of Make cannot be postponed until 360# ALL_DEPENDENCIES in this instance of Make cannot be postponed until
361# that stage. 361# that stage.
362cf-stamp: $(NDK_BUILD_SHARED) $(CROSS_LIBS) 362#
363# This recipe needs no dependency on $(NDK_BUILD_LIBS), since
364# $(CROSS_LIBS) is a phony target that itself guarantees that they are
365# up to date.
366cf-stamp: $(CROSS_LIBS)
363 $(AM_V_EMACSCONFIG) $(MAKE) cf-stamp-1 367 $(AM_V_EMACSCONFIG) $(MAKE) cf-stamp-1
364 $(AM_V_at) touch $@ 368 $(AM_V_at) touch $@
365$(CONFIG_FILE): cf-stamp; @true 369$(CONFIG_FILE): cf-stamp; @true
@@ -433,4 +437,4 @@ clean:
433 find . -name '*.class' $(FIND_DELETE) 437 find . -name '*.class' $(FIND_DELETE)
434 438
435maintainer-clean distclean bootstrap-clean: clean 439maintainer-clean distclean bootstrap-clean: clean
436 rm -f Makefile ndk-build.mk 440 rm -f Makefile