changeset 3662:0a82e6c75d7f

I should stop coding for today, I'm too unconcentrated.
author Jonathan Schleifer <js@h3c.de>
date Thu, 27 Sep 2007 22:02:58 +0200
parents 19331a6b5d8e
children 75372888e065
files src/audacious/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}; \