Mercurial > audlegacy
changeset 661:d34367a7f6c9 trunk
[svn] apparently GNU make doesn't like to use @${VAR}
author | nenolod |
---|---|
date | Wed, 22 Feb 2006 17:17:52 -0800 |
parents | 58f773ef62c1 |
children | 12a80727e175 |
files | libaudacious/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libaudacious/Makefile.in Wed Feb 22 17:12:10 2006 -0800 +++ b/libaudacious/Makefile.in Wed Feb 22 17:17:52 2006 -0800 @@ -56,7 +56,7 @@ install-posthook: @echo [adding versioning information to libaudacious] - @${MV} ${DESTDIR}/${LIBDIR}/libaudacious.so \ + @mv ${DESTDIR}/${LIBDIR}/libaudacious.so \ ${DESTDIR}/${LIBDIR}/libaudacious.so.2 @ln -sf ${LIBDIR}/libaudacious.so.2 \ ${LIBDIR}/libaudacious.so