Commit 1fc2723c authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- add the $(BASE_TARGETS) per default

parent 28a36b60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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);