* 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"
|
||||
$(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`"* ) ;; \
|
||||
|
|
Loading…
Add table
Reference in a new issue