emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110672: * Makefile.in (uninstall): N


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110672: * Makefile.in (uninstall): No INSTALLABLES live in archlibdir.
Date: Fri, 26 Oct 2012 00:40:51 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110672
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-10-26 00:40:51 -0700
message:
  * Makefile.in (uninstall): No INSTALLABLES live in archlibdir.
modified:
  lib-src/ChangeLog
  lib-src/Makefile.in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2012-10-26 07:39:47 +0000
+++ b/lib-src/ChangeLog 2012-10-26 07:40:51 +0000
@@ -1,5 +1,7 @@
 2012-10-26  Glenn Morris  <address@hidden>
 
+       * Makefile.in (uninstall): No INSTALLABLES live in archlibdir.
+
        * Makefile.in (install, uninstall): Transformations should not be
        applied to $EXEEXT.
 

=== modified file 'lib-src/Makefile.in'
--- a/lib-src/Makefile.in       2012-10-26 07:39:47 +0000
+++ b/lib-src/Makefile.in       2012-10-26 07:40:51 +0000
@@ -258,8 +258,7 @@
          rm -f $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \
        done
        if [ -d $(DESTDIR)${archlibdir} ]; then \
-         (cd $(DESTDIR)${archlibdir} && \
-          rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} 
${INSTALLABLE_SCRIPTS}) \
+         (cd $(DESTDIR)${archlibdir} && rm -f ${UTILITIES} ${SCRIPTS}) \
        fi
 
 mostlyclean:


reply via email to

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