* Makefile.in (uninstall): No INSTALLABLES live in archlibdir.
This commit is contained in:
parent
eeced60b6c
commit
b75897ba63
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue