david_bachelart writes in Bug 181: make defconfig is trying to find "defconfig" file instead of ".defconfig"

This commit is contained in:
Mike Frysinger 2005-08-28 08:17:15 +00:00
parent 8742d3304a
commit 4b186393b4

View File

@ -15,7 +15,7 @@
const char conf_def_filename[] = ".config";
const char conf_defname[] = "defconfig";
const char conf_defname[] = ".defconfig";
const char *conf_confnames[] = {
".config",