summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/Makefile')
-rw-r--r--lib/libc_r/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index f489f9f..1a5eb3b 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/Makefile
@@ -8,12 +8,12 @@
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
# system call stubs.
-.if defined(DEFAULT_THREAD_LIB) && (${DEFAULT_THREAD_LIB} == "libc_r")
-SHLIBDIR?= /lib
-.endif
-
.include <bsd.own.mk>
+.if ${DEFAULT_THREAD_LIB} == "libc_r"
+SHLIBDIR= /lib
+.endif
+
LIB=c_r
SHLIB_MAJOR= 6
CFLAGS+=-DPTHREAD_KERNEL
OpenPOWER on IntegriCloud