Mercurial > audlegacy-plugins
changeset 2003:422b20698db5
make clean should remove plugin objectives.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Tue, 09 Oct 2007 11:01:53 +0900 |
parents | d7642cf63ae5 |
children | 5abb9030e8a7 |
files | buildsys.mk.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/buildsys.mk.in Tue Oct 09 10:57:37 2007 +0900 +++ b/buildsys.mk.in Tue Oct 09 11:01:53 2007 +0900 @@ -353,7 +353,7 @@ ${DIR_LEAVE}; \ done - for i in ${OBJS} ${CLEAN} ${CLEAN_LIB} .deps; do \ + for i in ${OBJS} ${PLUGIN} ${CLEAN} ${CLEAN_LIB} .deps; do \ if test -f $$i -o -d $$i; then \ if rm -fr $$i; then \ ${DELETE_OK}; \