summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-09-14 15:14:00 +0300
committerEli Zaretskii <eliz@gnu.org>2022-09-14 15:14:00 +0300
commit23a91163ed13548c52c282c776f9cc6be308f3a1 (patch)
tree77c602697f1df71fa807aabd531f536e531eb6fb /Makefile.in
parent86f0601392300f4cb1f47d5bec93a9ca72431cb7 (diff)
downloademacs-23a91163ed13548c52c282c776f9cc6be308f3a1.tar.gz
* Makefile.in (uninstall): Remove the *.eln files. (Bug#57771)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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`"* ) ;; \