changeset 1866:69d03ae48b51

Add ${LIB} and ${LIB_NOINST} to distclean.
author Jonathan Schleifer <js@h3c.de>
date Tue, 25 Sep 2007 00:27:52 +0200
parents 176c29f85678
children f83e1be5b3fa
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:22 2007 +0200
+++ b/buildsys.mk.in	Tue Sep 25 00:27:52 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}; \