Mercurial > audlegacy
changeset 3620:d1935795e936
Add ${LIB} and ${LIB_NOINST} to distclean.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Tue, 25 Sep 2007 00:27:38 +0200 |
parents | 1033e592161c |
children | 2d6106656276 05648eaa2e1f |
files | buildsys.mk.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/buildsys.mk.in Mon Sep 24 23:38:10 2007 +0200 +++ b/buildsys.mk.in Tue Sep 25 00:27:38 2007 +0200 @@ -366,7 +366,7 @@ ${DIR_LEAVE}; \ done - for i in ${PROG} ${PROG_NOINST} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${DISTCLEAN}; do \ + for i in ${PROG} ${PROG_NOINST} ${LIB} ${LIB_NOINST} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${DISTCLEAN}; do \ if test -f $$i -o -d $$i; then \ if rm -fr $$i; then \ ${DELETE_OK}; \