From a55fe8ab383d1cb13a9fdbec9cbc95feb2cd05f4 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 25 Sep 2007 00:26:44 +0200 Subject: [PATCH] Add missing distclean target. --- buildsys.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsys.mk.in b/buildsys.mk.in index e506e76..9a0e593 100644 --- a/buildsys.mk.in +++ b/buildsys.mk.in @@ -366,7 +366,7 @@ distclean: clean ${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}; \