From 23a91163ed13548c52c282c776f9cc6be308f3a1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 14 Sep 2022 15:14:00 +0300 Subject: [PATCH] * Makefile.in (uninstall): Remove the *.eln files. (Bug#57771) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c902b46ceda..7beb5480a4c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -812,7 +812,7 @@ uninstall: uninstall-$(NTDIR) uninstall-doc rm -f "$(DESTDIR)$(includedir)/emacs-module.h" $(MAKE) -C lib-src uninstall -unset CDPATH; \ - for dir in "$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" ; do \ + for dir in "$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" "$(ELN_DESTDIR)" ; do \ if [ -d "$${dir}" ]; then \ case `cd "$${dir}" ; /bin/pwd` in \ "`cd ${srcdir} ; /bin/pwd`"* ) ;; \ -- 2.39.2