Module Name: src
Committed By: rillig
Date: Fri Jul 24 08:24:23 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): remove redundant condition
If there are multiple words from brk_string, none of them can be empty.
And if there is oneSingleWord that is empty, it doesn't hurt to add 0
bytes.
To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 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.