summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/Makefile.ivtv1
1 files changed, 0 insertions, 1 deletions
diff --git a/v4l/Makefile.ivtv b/v4l/Makefile.ivtv
index 12f395e39..69962f9e4 100644
--- a/v4l/Makefile.ivtv
+++ b/v4l/Makefile.ivtv
@@ -21,6 +21,5 @@ ivtv-install::
/sbin/depmod -a ${KERNELRELEASE}
ivtv-rminstall::
- @echo -e "\nRemoving old $(DEST) files\n"
@echo -e "\nRemoving old $(KDIR26)/video/ivtv files:"
@files='ivtv.ko ivtv-fb.ko cx88-ivtv.ko '; for i in $$files;do if [ -e $(KDIR26)/video/ivtv/$$i ]; then echo -n "$$i "; rm $(KDIR26)/video/ivtv/$$i; fi; done; for i in $$files;do if [ -e $(KDIR26)/video/ivtv/$$i.gz ]; then echo -n "$$i.gz "; rm $(KDIR26)/video/ivtv/$$i.gz; fi; done; echo;