summaryrefslogtreecommitdiffstats
path: root/package/config/util.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-23 14:06:59 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-23 14:06:59 +0000
commit0d888e3677d9cd501c6b87f634d9bb8f13de581f (patch)
treec9abe1ce50c34b4610732bbeb4c7e2d0335e9861 /package/config/util.c
parente640e6a8ef197f712237668bf7c8a9b89fa01310 (diff)
downloadbuildroot-novena-0d888e3677d9cd501c6b87f634d9bb8f13de581f.tar.gz
buildroot-novena-0d888e3677d9cd501c6b87f634d9bb8f13de581f.zip
- pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al
Diffstat (limited to 'package/config/util.c')
-rw-r--r--package/config/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/config/util.c b/package/config/util.c
index e3f28b9d5..4973ee5d5 100644
--- a/package/config/util.c
+++ b/package/config/util.c
@@ -44,7 +44,7 @@ int file_write_dep(const char *name)
else
fprintf(out, "\t%s\n", file->name);
}
- fprintf(out, "\ninclude/config/auto.conf: \\\n"
+ fprintf(out, "\n$(BR2_DEPENDS_DIR)/config/auto.conf: \\\n"
"\t$(deps_config)\n\n"
"$(deps_config): ;\n");
fclose(out);