> From: Orgad Shaneh <[email protected]> > Date: Tue, 6 Jun 2017 22:08:08 +0300 > Cc: [email protected] > > > OK, I see it. Please try the patch below; if it gives satisfactory > > results, I will push it to the Make repository for the next release. > > > > --- variable.c~0 2016-05-21 23:22:32.000000000 +0300 > > +++ variable.c 2017-06-06 21:36:11.552875000 +0300 > > @@ -1389,6 +1389,9 @@ do_variable_definition (const floc *floc > > } > > } > > else > > + v = NULL; > > + > > + if (!v) > > #endif > > > > /* If we are defining variables inside an $(eval ...), we might have a > > Yes, it works. Thanks a lot.
Thanks, committed to the Make repository. _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
