changeset 107519:653d35986c98

`make uninstall' fix (Bug#5620). * Makefile.in (uninstall): Handle the case where archlibdir does not exist. (Bug#5720)
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 19 Mar 2010 11:27:49 -0400
parents ca9132805f76
children 77fe45f37334
files lib-src/ChangeLog lib-src/Makefile.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Fri Mar 19 11:15:27 2010 -0400
+++ b/lib-src/ChangeLog	Fri Mar 19 11:27:49 2010 -0400
@@ -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
--- a/lib-src/Makefile.in	Fri Mar 19 11:15:27 2010 -0400
+++ b/lib-src/Makefile.in	Fri Mar 19 11:27:49 2010 -0400
@@ -338,7 +338,7 @@
 	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: