Back out half of my previous change to support parallel makes.
The generated Makefile clashes with the src/bin/sh/Makefile, causing it to try to use a rule to build something it doesn't need to.
This commit is contained in:
parent
6c32e05ca3
commit
51d9ddc635
@ -1037,7 +1037,9 @@ void prog_makefile_rules(FILE *outmk, prog_t *p)
|
||||
fprintf(outmk, "%s_OPTS+=", p->ident);
|
||||
output_strlst(outmk, p->buildopts);
|
||||
}
|
||||
#if 0
|
||||
fprintf(outmk, "$(%s_OBJPATHS): %s_make\n\n", p->ident, p->ident);
|
||||
#endif
|
||||
fprintf(outmk, "%s_make:\n", p->ident);
|
||||
fprintf(outmk, "\t(cd $(%s_SRCDIR) && ", p->ident);
|
||||
if (makeobj)
|
||||
|
Loading…
Reference in New Issue
Block a user