Browse Source

- add the $(BASE_TARGETS) per default

Bernhard Reutner-Fischer 18 years ago
parent
commit
1fc2723ca9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/config/kconfig-to-buildroot2.patch
  2. 1 1
      package/config/util.c

+ 1 - 1
package/config/kconfig-to-buildroot2.patch

@@ -1369,7 +1369,7 @@ Index: util.c
 +				    e = p->expr;
 +				    if (e && e->left.sym->name) {
 +				        if (!done) {
-+					    fprintf(out, "%s:", br2_symbol_printer(sym->name));
++					    fprintf(out, "%s: $(BASE_TARGETS)", br2_symbol_printer(sym->name));
 +					    done = 1;
 +					}
 +//printf("SELECTS %s\n",e->left.sym->name);

+ 1 - 1
package/config/util.c

@@ -84,7 +84,7 @@ static int write_make_deps(const char *name)
 				    e = p->expr;
 				    if (e && e->left.sym->name) {
 				        if (!done) {
-					    fprintf(out, "%s:", br2_symbol_printer(sym->name));
+					    fprintf(out, "%s: $(BASE_TARGETS)", br2_symbol_printer(sym->name));
 					    done = 1;
 					}
 //printf("SELECTS %s\n",e->left.sym->name);