Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild

This commit is contained in:
Linus Torvalds 2006-01-04 16:36:52 -08:00
commit 25c862cc9e
54 changed files with 4547 additions and 3950 deletions

View file

@ -33,7 +33,7 @@ int file_write_dep(const char *name)
FILE *out;
if (!name)
name = ".config.cmd";
name = ".kconfig.d";
out = fopen("..config.tmp", "w");
if (!out)
return 1;