mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* Makefile.in (uninstall): Remove the *.eln files. (Bug#57771)
This commit is contained in:
parent
86f0601392
commit
23a91163ed
1 changed files with 1 additions and 1 deletions
|
|
@ -812,7 +812,7 @@ uninstall: uninstall-$(NTDIR) uninstall-doc
|
||||||
rm -f "$(DESTDIR)$(includedir)/emacs-module.h"
|
rm -f "$(DESTDIR)$(includedir)/emacs-module.h"
|
||||||
$(MAKE) -C lib-src uninstall
|
$(MAKE) -C lib-src uninstall
|
||||||
-unset CDPATH; \
|
-unset CDPATH; \
|
||||||
for dir in "$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" ; do \
|
for dir in "$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" "$(ELN_DESTDIR)" ; do \
|
||||||
if [ -d "$${dir}" ]; then \
|
if [ -d "$${dir}" ]; then \
|
||||||
case `cd "$${dir}" ; /bin/pwd` in \
|
case `cd "$${dir}" ; /bin/pwd` in \
|
||||||
"`cd ${srcdir} ; /bin/pwd`"* ) ;; \
|
"`cd ${srcdir} ; /bin/pwd`"* ) ;; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue