From: Mike Frysinger Date: Sat, 30 Dec 2006 19:46:38 +0000 (-0000) Subject: kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the... X-Git-Tag: 1_4_0~153 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b3e8179a299f3f947e21b9e44e824da89ad1d5a;p=oweals%2Fbusybox.git kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers --- diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index b4c862a83..293044654 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -412,7 +412,7 @@ int conf_write(const char *name) " * Linux kernel version: %s\n" " */\n" "%s" - "#define AUTOCONF_INCLUDED\n", + "\n", sym_get_string_value(sym), buf); }