From affa7edcd7c7bfd7a8304eac1a8a7fddd26ae994 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 14 Apr 2009 11:35:43 -0300 Subject: make distclean: remove also .tmp*.ver .tmp*.o From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- v4l/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v4l/Makefile') diff --git a/v4l/Makefile b/v4l/Makefile index a5201f31b..1c4aa10eb 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -301,7 +301,7 @@ distclean:: clean -rm -f .version .*.o.flags .*.o.d Makefile.media \ Kconfig Kconfig.kern .config .config.cmd .myconfig \ .kconfig.dep - -rm -rf .tmp_versions + -rm -rf .tmp_versions .tmp*.ver .tmp*.o -rm -f scripts/lxdialog scripts/kconfig oss @find .. -name '*.orig' -exec rm '{}' \; @find .. -name '*.rej' -exec rm '{}' \; -- cgit v1.2.3