|
@@ -374,6 +374,7 @@ int conf_write(const char *name)
|
|
out_h = fopen(".tmpconfig.h", "w");
|
|
out_h = fopen(".tmpconfig.h", "w");
|
|
if (!out_h)
|
|
if (!out_h)
|
|
return 1;
|
|
return 1;
|
|
|
|
+ file_write_dep(NULL);
|
|
}
|
|
}
|
|
sym = sym_lookup("KERNELVERSION", 0);
|
|
sym = sym_lookup("KERNELVERSION", 0);
|
|
sym_calc_value(sym);
|
|
sym_calc_value(sym);
|
|
@@ -512,7 +513,6 @@ int conf_write(const char *name)
|
|
if (out_h) {
|
|
if (out_h) {
|
|
fclose(out_h);
|
|
fclose(out_h);
|
|
rename(".tmpconfig.h", "include/linux/autoconf.h");
|
|
rename(".tmpconfig.h", "include/linux/autoconf.h");
|
|
- file_write_dep(NULL);
|
|
|
|
}
|
|
}
|
|
if (!name || basename != conf_def_filename) {
|
|
if (!name || basename != conf_def_filename) {
|
|
if (!name)
|
|
if (!name)
|