Follow-up Comment #1, bug #50909 (project make): Patch didn't make it in the uploads so inserting it here:
diff --git a/read.c b/read.c index 047807a..0718145 100644 --- a/read.c +++ b/read.c @@ -204,7 +204,7 @@ read_all_makefiles (const char **makefiles) { if (*p != '\0') *p++ = '\0'; - eval_makefile (name, RM_NO_DEFAULT_GOAL|RM_INCLUDED|RM_DONTCARE); + eval_makefile (strcache_add (name), RM_NO_DEFAULT_GOAL|RM_INCLUDED|RM_DONTCARE); } free (value); _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?50909> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make