From 9c3078173af42f1cfa68495202fae23db33b2ed6 Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Tue, 2 Mar 2004 06:26:37 +0000 Subject: [PATCH] Hook libthr to the build for PowerPC --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 06463dc35bd..97174cc5fc2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -96,7 +96,7 @@ _libpthread= libpthread .endif .endif -.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" +.if ${MACHINE_ARCH} != "amd64" .if !defined(NOLIBTHR) _libthr= libthr .endif