Module Name: src Committed By: rillig Date: Sat Aug 1 16:27:03 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): make ModifyWords simpler
There is no need to test whether an actual word has been added. The
rule is simply "add a space before every word, except for the very
first".
To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 src/usr.bin/make/var.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
