emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 23a91163ed: * Makefile.in (uninstall): Remove the *.eln files.


From: Eli Zaretskii
Subject: emacs-28 23a91163ed: * Makefile.in (uninstall): Remove the *.eln files. (Bug#57771)
Date: Wed, 14 Sep 2022 08:17:47 -0400 (EDT)

branch: emacs-28
commit 23a91163ed13548c52c282c776f9cc6be308f3a1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * 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 c902b46ced..7beb5480a4 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`"* ) ;;         \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]