|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.274, 2008/04/26 20:03:44 | version 1.275, 2008/04/26 21:26:03 | ||
|---|---|---|---|
|
|
||
| -L${DESTDIR}${SHLIBINSTALLDIR} | -L${DESTDIR}${SHLIBINSTALLDIR} | ||
| .endif | .endif | ||
| .if ${LIB} != "c" | .if !defined(LIB) || ${LIB} != "c" | ||
| DPLIBC ?= ${DESTDIR}${LIBC_SO} | DPLIBC ?= ${DESTDIR}${LIBC_SO} | ||
| LDLIBC ?= -lc | LDLIBC ?= -lc | ||
| .endif | .endif |