Mercurial > audlegacy-plugins
changeset 1871:0380796ac439
Automated merge with http://hg.atheme.org/audacious-plugins
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 25 Sep 2007 18:16:34 +0300 |
parents | 2a5ee6ed598d (current diff) 00738dd0dce6 (diff) |
children | ce50c659ac4b |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/buildsys.mk.in Tue Sep 25 18:16:25 2007 +0300 +++ b/buildsys.mk.in Tue Sep 25 18:16:34 2007 +0300 @@ -75,7 +75,7 @@ .PHONY: all subdirs depend install uninstall clean distclean all: - for i in subdirs depend ${OBJS} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \ + for i in subdirs depend ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \ ${MAKE} ${MFLAGS} $$i || exit 1; \ done