From d2ea304729314be6c1ef45415004110f00711a1a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 1 Jul 2004 13:09:39 +0000 Subject: Do not use continuation -- line is short enough, and this silences a pkglint warning. --- mk/pthread.buildlink3.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mk/pthread.buildlink3.mk b/mk/pthread.buildlink3.mk index 8dd7861c04e..fe7a159651f 100644 --- a/mk/pthread.buildlink3.mk +++ b/mk/pthread.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: pthread.buildlink3.mk,v 1.8 2004/06/21 21:57:00 xtraeme Exp $ +# $NetBSD: pthread.buildlink3.mk,v 1.9 2004/07/01 13:09:39 wiz Exp $ # # The pthreads strategy for pkgsrc is to "bless" a particular pthread # package as the Official Pthread Replacement (OPR). A package that uses @@ -148,8 +148,7 @@ BUILDLINK_PREFIX.pthread= /usr BUILDLINK_LDFLAGS.pthread= # empty # only pass -pthread on platforms known to support it. -. if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || \ - ${OPSYS} == "NetBSD" +. if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" BUILDLINK_CFLAGS.pthread= -pthread . else BUILDLINK_CFLAGS.pthread= # empty -- cgit v1.2.3