- add the $(BASE_TARGETS) per default

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-23 20:46:44 +00:00
parent 28a36b609a
commit 1fc2723ca9
2 changed files with 2 additions and 2 deletions

View 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);

View 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);