From 98707ef546d2af01f476f0b03b3f4a8853fcbd09 Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Mon, 19 Jul 2004 12:20:10 +0000 Subject: [PATCH] Enable libpthread build for powerpc --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index b7509a16973..c605e865905 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -93,7 +93,7 @@ _libncp= libncp _libsmb= libsmb .endif -.if ${MACHINE_ARCH} != "powerpc" && !defined(NOLIBPTHREAD) +.if !defined(NOLIBPTHREAD) _libpthread= libpthread .endif