From 929e97d5e786a9e63c66b01ebcc7fe51f72a2a0e Mon Sep 17 00:00:00 2001 From: leslie Date: Sat, 16 Jan 2010 10:08:11 +0100 Subject: [PATCH] sasc: fix make clean target --- contrib/sasc-ng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sasc-ng/Makefile b/contrib/sasc-ng/Makefile index ce10354..6dbc02f 100644 --- a/contrib/sasc-ng/Makefile +++ b/contrib/sasc-ng/Makefile @@ -69,7 +69,7 @@ libscanwrap.so: dvblb_plugins/scanwrap.c clean: @-rm -rf $(SCDIR)/* - @-rm -f ./sc/PLUGINS/lib/*.so* + @-rm -f ./sc/PLUGINS/lib/*.so* ./sc/PLUGINS/lib/*.a @-rm -f ./sc/config.h @-rm -f $(OBJS) @-rm -f $(OBJ_LIBSI) -- 2.39.5