summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/Makefile2
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 | \