From ae7b564b509cb5fb79ba2bbbec47d32f8550b98d Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 24 Feb 2009 16:23:34 +0000 Subject: With only one threading library, simplify the logic of setting SHLIBDIR. --- lib/libthr/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 100af30..8f21ce5 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -8,13 +8,11 @@ # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. +SHLIBDIR?= /lib + .include MK_SSP= no -.if ${SHLIBDIR} == "/usr/lib" -SHLIBDIR= /lib -.endif - LIB=thr SHLIB_MAJOR= 3 WARNS?= 3 -- cgit v1.1