- add the $(BASE_TARGETS) per default
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 23 Sep 2007 20:46:44 +0000 (20:46 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 23 Sep 2007 20:46:44 +0000 (20:46 -0000)
package/config/kconfig-to-buildroot2.patch
package/config/util.c

index ef0d2e04a75874812d2c183cfb3a85b0ae27ec4c..0a99fbf94af98548687ce695f4130816fe5665d9 100644 (file)
@@ -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);
index a388f848cc6eeae080de8073f4fe4ca9b8ee3cb9..d782f4b8747c36654b28d9f743cd2cc4a83ddd51 100644 (file)
@@ -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);