# HG changeset patch # User Jonathan Schleifer # Date 1190923378 -7200 # Node ID 0a82e6c75d7f4e755ed43bf123f6e027326ba76e # Parent 19331a6b5d8ec5068852d3a32015bf26b5dfbcdc I should stop coding for today, I'm too unconcentrated. diff -r 19331a6b5d8e -r 0a82e6c75d7f src/audacious/Makefile --- a/src/audacious/Makefile Thu Sep 27 22:01:38 2007 +0200 +++ b/src/audacious/Makefile Thu Sep 27 22:02:58 2007 +0200 @@ -219,7 +219,7 @@ install-extra: if test x"${PROG_IMPLIB_NEEDED}" = x"yes"; then \ for i in ${PROG}; do \ - i="lib$$i.a" \ + i="lib$$i.a"; \ ${INSTALL_STATUS}; \ if ${MKDIR_P} ${DESTDIR}${libdir} && install -m 644 $$i ${DESTDIR}${libdir}/$$i; then \ ${INSTALL_OK}; \ @@ -232,7 +232,7 @@ uninstall-extra: if test x"${PROG_IMPLIB_NEEDED}" = x"yes"; then \ for i in ${PROG}; do \ - i="lib$$i.a" \ + i="lib$$i.a"; \ if test -f ${DESTDIR}${libdir}/$$i; then \ if rm -f ${DESTDIR}${libdir}/$$i; then ${DELETE_OK}; \