From 2f32bf8be63f70125049402ba43101d8c6083d46 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Jun 2010 04:14:28 +0200 Subject: remove defconfig. Now "make defconfig" simply uses defaults from Config.in Signed-off-by: Denys Vlasenko --- findutils/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils/grep.c') diff --git a/findutils/grep.c b/findutils/grep.c index be290118f..dd1a4efc4 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -23,7 +23,7 @@ //config: //config:config GREP //config: bool "grep" -//config: default n +//config: default y //config: help //config: grep is used to search files for a specified pattern. //config: -- cgit v1.2.3