summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-03-01 15:54:57 +0800
committerPo Lu <luangruo@yahoo.com>2023-03-01 15:54:57 +0800
commit920168c5d8726be7ad3f324c8b301e6b21bab23b (patch)
tree45166f56e954fdcdabfb2e712f32f0c98a88ff60 /cross
parentad8e12b9f9937f999a277e2608a1098a1c494532 (diff)
downloademacs-920168c5d8726be7ad3f324c8b301e6b21bab23b.tar.gz
Fix mostlyclean rules
* cross/Makefile.in: Remove outdated comment. * src/Makefile.in: (.PHONY): Clean android-emacs and libemacs.so, not emacs.so and aemacs.
Diffstat (limited to 'cross')
-rw-r--r--cross/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/cross/Makefile.in b/cross/Makefile.in
index bc51c2ef5d7..217a08f3b52 100644
--- a/cross/Makefile.in
+++ b/cross/Makefile.in
@@ -32,12 +32,6 @@ top_builddir = @top_builddir@
# $(top_builddir)/lib-src/Makefile.android are copied to their usual
# locations in this directory.
-# Finally, the following commands are executed in order, to produce
-# libgnu.a, various binaries in lib-src, and src/aemacs:
-# make -C lib libgnu.a
-# make -C lib-src src/aemacs
-# make -C src aemacs
-
# This is possibly the ugliest Makefile ever written!
LIB_SRCDIR = $(realpath ./lib)