|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.195, 2004/01/23 05:09:58 | version 1.196, 2004/01/27 03:31:48 | ||
|---|---|---|---|
|
|
||
| lint: ${LOBJS} | lint: ${LOBJS} | ||
| .if defined(LOBJS) && !empty(LOBJS) | .if defined(LOBJS) && !empty(LOBJS) | ||
| ${LINT} ${LINTFLAGS} ${LDFLAGS:M-L*} ${LOBJS} ${LDADD} | ${LINT} ${LINTFLAGS} ${LDFLAGS:C/-L[ ]*/-L/Wg:M-L*} ${LOBJS} ${LDADD} | ||
| .endif | .endif | ||
| ##### Pull in related .mk logic | ##### Pull in related .mk logic |