diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-09 09:07:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-09 09:07:22 -0300 |
commit | 8c83eb6353c5869cf95eebdc5f2820875b11da19 (patch) | |
tree | b3031b30d7d7e51b1235bbe9aebb8406bac28a72 | |
parent | 977f86a2e6d0ba8ccc854f6b5eb2a2b88f9a0e22 (diff) | |
parent | a538afc7e66765d307ffd0e6d15eace695f69188 (diff) | |
download | mediapointer-dvb-s2-8c83eb6353c5869cf95eebdc5f2820875b11da19.tar.gz mediapointer-dvb-s2-8c83eb6353c5869cf95eebdc5f2820875b11da19.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | v4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 | \ |