From: Eli Zaretskii Date: Wed, 14 Sep 2022 12:14:00 +0000 (+0300) Subject: * Makefile.in (uninstall): Remove the *.eln files. (Bug#57771) X-Git-Tag: emacs-28.3-rc1~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23a91163ed;p=emacs.git * Makefile.in (uninstall): Remove the *.eln files. (Bug#57771) --- 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`"* ) ;; \