diff options
Diffstat (limited to 'package/config/patches/08-make-write-deps.patch')
-rw-r--r-- | package/config/patches/08-make-write-deps.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/config/patches/08-make-write-deps.patch b/package/config/patches/08-make-write-deps.patch index 686038a5b..0f9c7e308 100644 --- a/package/config/patches/08-make-write-deps.patch +++ b/package/config/patches/08-make-write-deps.patch @@ -6,7 +6,7 @@ Index: config/util.c =================================================================== --- config.orig/util.c +++ config/util.c -@@ -26,6 +26,121 @@ +@@ -29,6 +29,121 @@ return file; } @@ -128,7 +128,7 @@ Index: config/util.c /* write a dependency file as used by kbuild to track dependencies */ int file_write_dep(const char *name) { -@@ -68,7 +183,7 @@ +@@ -71,7 +186,7 @@ fprintf(out, "\n$(deps_config): ;\n"); fclose(out); rename("..config.tmp", name); |