* Makefile.in (uninstall): No INSTALLABLES live in archlibdir.
authorGlenn Morris <rgm@gnu.org>
Fri, 26 Oct 2012 07:40:51 +0000 (00:40 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 26 Oct 2012 07:40:51 +0000 (00:40 -0700)
lib-src/ChangeLog
lib-src/Makefile.in

index 6b23c04..03cddc6 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-26  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (uninstall): No INSTALLABLES live in archlibdir.
+
        * Makefile.in (install, uninstall): Transformations should not be
        applied to $EXEEXT.
 
index dcd7123..d271bb3 100644 (file)
@@ -258,8 +258,7 @@ uninstall:
          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: