]> Zhao Yanbai Git Server - minix.git/commitdiff
Properly overwrite LIBDIR in mk scripts.
authorGianluca Guida <gianluca@minix3.org>
Tue, 3 May 2011 21:22:25 +0000 (21:22 +0000)
committerBen Gras <ben@minix3.org>
Wed, 8 Jun 2011 13:47:37 +0000 (15:47 +0200)
share/mk/bsd.own.mk

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