From 9ccc842a205f6216f91e5f4bf2916bf987fbf8e4 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Jul 2006 11:54:29 +0000 Subject: [PATCH] delete dump-stream on clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9ddf81..0cb038c 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ record-dvb: record-dvb.o $(COMMONOBJS) dump-stream: dump-stream.o $(COMMONOBJS) clean: - rm -f record-dvb dump-mcast $(OBJS) $(DEPEND) + rm -f record-dvb dump-stream $(OBJS) $(DEPEND) %.o: %.c $(COMPILE.c) $(OUTPUT_OPTION) $< -- 2.39.2