Mercurial > audlegacy
changeset 4470:ef42ac9179c9
buildsys.mk.in: Fixed typo.
author | Jonathan Schleifer <js@webkeks.org> |
---|---|
date | Thu, 17 Apr 2008 21:54:01 +0200 |
parents | c892254f3b3c |
children | 6f4ae7e116e7 |
files | buildsys.mk.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/buildsys.mk.in Thu Apr 17 04:03:11 2008 +0300 +++ b/buildsys.mk.in Thu Apr 17 21:54:01 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}; \