From a538afc7e66765d307ffd0e6d15eace695f69188 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 8 May 2006 17:50:08 -0400 Subject: fix warning: extra tokens at end of #undef directive From: Michael Krufky Signed-off-by: Michael Krufky --- v4l/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l/Makefile b/v4l/Makefile index 3ba4603f3..b8eba1a44 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -196,7 +196,7 @@ config-compat.h:: .myconfig @echo >> config-compat.h @grep "CONFIG\_" .myconfig | grep -v "\:\= n" | \ sed s/"CONFIG\_"/"\#undef CONFIG\_"/1 | \ - sed s/"\:\= ."/""/1 >> config-compat.h >> config-compat.h + sed s/"\:\= .*"/""/1 >> config-compat.h >> config-compat.h @echo >> config-compat.h @grep "CONFIG\_" .myconfig | grep -v "\:\= n" | \ sed s/"CONFIG\_"/"\#define CONFIG\_"/1 | \ -- cgit v1.2.3