* Makefile.in (uninstall): No INSTALLABLES live in archlibdir.

This commit is contained in:
Glenn Morris 2012-10-26 00:40:51 -07:00
parent eeced60b6c
commit b75897ba63
2 changed files with 3 additions and 2 deletions

View 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.

View 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: