From 5ae2356887315e5671c661e701fb25655d3ee52c Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 21 May 2007 09:01:23 +0000 Subject: Style: remove redundant parentheses. --- share/mk/bsd.lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/mk/bsd.lib.mk') diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk index a2e4f21..cf80797 100644 --- a/share/mk/bsd.lib.mk +++ b/share/mk/bsd.lib.mk @@ -108,7 +108,7 @@ all: objwarn # Allow librararies to specify their own version map or have it # automatically generated (see bsd.symver.mk above). -.if (${MK_SYMVER} == "yes") && !empty(VERSION_MAP) +.if ${MK_SYMVER} == "yes" && !empty(VERSION_MAP) ${SHLIB_NAME}: ${VERSION_MAP} LDFLAGS+= -Wl,--version-script=${VERSION_MAP} .endif -- cgit v1.1