On Sun, 2022-10-09 at 17:17 -0700, Paul Eggert wrote:
> Without this patch, the shell command:
> awk 'BEGIN {
> print "x:"
> for (i = 0; i < 65536; i++)
> printf "\techo %d\n", i}
> ' | make -f -
> incorrectly outputs only "make: 'x' is up to date."I applied a different but hopefully equivalent fix for this. Thanks for noticing it!
