Don't advertise 'xconfig' as a config rule.

/trunk/kconfig/conf.c |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Yann E. MORIN" 2008-09-16 14:32:07 +00:00
parent 3e527cffc3
commit 59b1a0929d

View File

@ -559,7 +559,7 @@ int main(int ac, char **av)
"*** You have not yet configured "PROJECT_NAME"!\n"
"***\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
"*** \"make menuconfig\" or \"make xconfig\").\n"
"*** \"make menuconfig\" or \"make config\").\n"
"***\n"));
exit(1);
}