summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-04-28 11:51:01 +0800
committerPo Lu <luangruo@yahoo.com>2023-04-28 11:51:01 +0800
commita97c382682b483b34351c6757e54e3139fa27f89 (patch)
tree497b1b52dd955f593a0a39f1032e3fd55aabcc35 /Makefile.in
parentdbd74657908e67e2a5001fbe440fb2a01a2f01af (diff)
parenta40f18162377d2f9a78d7443fd0f8106c8c28c3d (diff)
downloademacs-a97c382682b483b34351c6757e54e3139fa27f89.tar.gz
Merge from origin/emacs-29
a40f1816237 Fix two crashes upon startup 44ebd9cbd56 Eglot: explain how to update Eglot in manual (bug#62720) 941ef044f2e Eglot: fix edge case when deleting inlay hint overlays a365984d9e1 package-upgrade[-all]: Expand docstrings to note the curr... f965f35b33b Rename all functions called package-*-update-* to package... 31b58161bb5 Fix FOR_EACH_TAIL in c-ts-mode (bug#62951) 0cf6e0998ba * Makefile.in (distclean): Remove the 'native-lisp' direc... 933705d61e5 Improve greek-ibycus4 input method # Conflicts: # etc/NEWS
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 4f2f2f15c97..0b7c9680fe5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1030,6 +1030,9 @@ $(foreach dir,$(distclean_dirs),$(eval $(call submake_template,$(dir),distclean)
distclean: $(distclean_dirs:=_distclean) clean-gsettings-schemas
${top_distclean}
+ifeq ($(HAVE_NATIVE_COMP),yes)
+ rm -rf native-lisp
+endif
### 'bootstrap-clean'
### Delete everything that can be reconstructed by 'make' and that