Properly overwrite LIBDIR in mk scripts.

This commit is contained in:
Gianluca Guida 2011-05-03 21:22:25 +00:00 committed by Ben Gras
parent d490669430
commit 30fa6d8e03

View file

@ -486,7 +486,7 @@ INFOMODE?= ${NONBINMODE}
LIBDIR?= /usr/lib LIBDIR?= /usr/lib
.if ${COMPILER_TYPE} == "ack" .if ${COMPILER_TYPE} == "ack"
LIBDIR?= /usr/lib/i386 LIBDIR= /usr/lib/i386
.endif .endif
LINTLIBDIR?= /usr/libdata/lint LINTLIBDIR?= /usr/libdata/lint
@ -543,7 +543,7 @@ OBJECT_FMT= a.out
.if ${COMPILER_TYPE} == "gnu" .if ${COMPILER_TYPE} == "gnu"
.if defined(NBSD_LIBC) && (${NBSD_LIBC} != "no") .if defined(NBSD_LIBC) && (${NBSD_LIBC} != "no")
LIBDIR?= /usr/netbsd/lib LIBDIR= /usr/netbsd/lib
.endif .endif
.endif .endif