From e3d3090ec843c1bca71f1531bc5778561ba27ae6 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 31 May 2003 13:30:30 +0000 Subject: drop some unnecessary parens --- www/apache6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/apache6') diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 1b322433d37..c537a8839fd 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2003/05/31 13:29:21 grant Exp $ +# $NetBSD: Makefile,v 1.72 2003/05/31 13:30:30 grant Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -108,7 +108,7 @@ APACHE_CUSTOM_CFLAGS+= -D_FILE_OFFSET_BITS=64 # certain symbols from the C++ implementation (__get_eh_context, etc.) # referenced by DSOs written in C++ will resolve correctly. # -.if (${OPSYS} == "NetBSD") && (${OBJECT_FMT} == "ELF") +.if ${OPSYS} == "NetBSD" && ${OBJECT_FMT} == "ELF" LINK_LIBGCC_LDFLAGS= -Wl,--whole-archive -lgcc -Wl,--no-whole-archive .endif -- cgit v1.2.3