From 5c67b22505c067aee322b0d4e9edc44ee96fe8e3 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 7 Aug 2000 01:23:59 +0000 Subject: this obviously wasn't tested, fix check. We don't even build libpthread by default on i386 yet. --- lib/libc_r/TEST/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/libc_r/TEST/Makefile b/lib/libc_r/TEST/Makefile index 9e3385f39e6..534a87b3b27 100644 --- a/lib/libc_r/TEST/Makefile +++ b/lib/libc_r/TEST/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.18 2000/02/10 11:42:07 d Exp $ +# $OpenBSD: Makefile,v 1.19 2000/08/07 01:23:58 brad Exp $ # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu LIBC_R?= /usr/lib/libc_r.a LIBPTHREAD?= /usr/lib/libpthread.a -.if 1 # ${MACHINE_ARCH} != "i386" -PTHREAD= -pthread -DPADD += ${LIBC_R} -.else +.if 1 # ${MACHINE_ARCH} == "i386" PTHREAD= -lpthread DPADD += ${LIBPTHREAD} +.else +PTHREAD= -pthread +DPADD += ${LIBC_R} .endif CFLAGS += -Wall # -Werror -- cgit v1.2.3