From 699bc8886ce026feef89f71de5cf70ae57bb57b4 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 12 Apr 2006 19:52:34 +0000 Subject: [PATCH] libc_r is no longer provided, and on alpha and sparc64, libthr is (sym)linked to libpthread. Account for this change and check for MK_LIBTHR instead of MK_LIBC_R where appropriate. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4dd5141..a089bf3 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SUBDIR= ${_ggatec} \ ggatel .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" -.if ${MK_LIBC_R} != "no" +.if ${MK_LIBTHR} != "no" _ggatec= ggatec _ggated= ggated .endif