Mercurial > audlegacy-plugins
changeset 2529:0bd07451d1d1
buildsys.mk.in: Fixed typo.
author | Jonathan Schleifer <js@webkeks.org> |
---|---|
date | Thu, 17 Apr 2008 21:54:16 +0200 |
parents | 134deb25be83 |
children | f0ade2681644 |
files | buildsys.mk.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/buildsys.mk.in Thu Apr 17 05:34:30 2008 +0300 +++ b/buildsys.mk.in Thu Apr 17 21:54:16 2008 +0200 @@ -132,7 +132,7 @@ ${LINK_FAILED}; \ fi -${PLUGIN} ${PLUGIN_NONST}: ${EXT_DEPS} ${OBJS} +${PLUGIN} ${PLUGIN_NOINST}: ${EXT_DEPS} ${OBJS} ${LINK_STATUS} if ${LD} -o $@ ${OBJS} ${PLUGIN_LDFLAGS} ${LDFLAGS} ${LIBS}; then \ ${LINK_OK}; \