From 9fb85ece8b4762e6e233907d48c333aba4b450b7 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 15 Jun 2015 15:34:20 +0000 Subject: Enforce overwritting SHLIBDIR Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere. This makes /lib being populated again. Reported by: many --- lib/libthr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libthr/Makefile') diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 1717672..4ad37cc 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -8,7 +8,7 @@ # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. -SHLIBDIR?= /lib +SHLIBDIR= /lib .include MK_SSP= no -- cgit v1.1