]> git.eshelyaron.com Git - emacs.git/commitdiff
`make uninstall' fix (Bug#5620).
authorChong Yidong <cyd@stupidchicken.com>
Fri, 19 Mar 2010 15:27:49 +0000 (11:27 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 19 Mar 2010 15:27:49 +0000 (11:27 -0400)
* Makefile.in (uninstall): Handle the case where archlibdir does
not exist.  (Bug#5720)

lib-src/ChangeLog
lib-src/Makefile.in

index 77b227cd638fb5ec0158cc6a642d9075434ccbc0..caa7f3cfc8036bfcd059c9463ce06702b3461ff3 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-19  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
+
+       * Makefile.in (uninstall): Handle the case where archlibdir does
+       not exist.  (Bug#5720)
+
 2010-02-20  Kevin Ryde  <user42@zip.com.au>
 
        * etags.c (Scheme_functions): Don't loop past a null character
index b1344c8b010c604cdbda79a6b65c4c61d850974f..0353c4412fb723eae7a4d22f894e45f1c9b8fb10 100644 (file)
@@ -338,7 +338,7 @@ uninstall:
        for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS}; do \
          rm -f $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \
        done)
-       (cd $(DESTDIR)${archlibdir}; \
+       (cd $(DESTDIR)${archlibdir} && \
         rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
 
 mostlyclean: