summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-09-15 06:30:40 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-09-15 06:30:40 +0200
commit41551ccbf63df589ed50129e92fa8dfe457617d0 (patch)
tree393122ad365a8cae044174554b4ed53951c32414 /Makefile.in
parentb8e9239b47391c6628d94a4e2e91320c5366d27b (diff)
parent5543aea1b2b8c68481ae0ce2bb501d8484ef7f7c (diff)
downloademacs-41551ccbf63df589ed50129e92fa8dfe457617d0.tar.gz
Merge from origin/emacs-28
5543aea1b2 Automate exporting etc/NEWS to HTML 23a91163ed * Makefile.in (uninstall): Remove the *.eln files. (Bug#5...
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 d288bacb9dd..3f811ea60fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -844,7 +844,7 @@ uninstall: uninstall-$(NTDIR) uninstall-doc uninstall-gsettings-schemas
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`"* ) ;; \