summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-05-21 09:01:23 +0000
committerru <ru@FreeBSD.org>2007-05-21 09:01:23 +0000
commit5ae2356887315e5671c661e701fb25655d3ee52c (patch)
tree7c20ce56c60c4e24ee6289448a5f3738a56c2307 /share/mk/bsd.lib.mk
parent6fa1f03f7f4771d952cd5ec8842976a28409747d (diff)
downloadFreeBSD-src-5ae2356887315e5671c661e701fb25655d3ee52c.zip
FreeBSD-src-5ae2356887315e5671c661e701fb25655d3ee52c.tar.gz
Style: remove redundant parentheses.
Diffstat (limited to 'share/mk/bsd.lib.mk')
-rw-r--r--share/mk/bsd.lib.mk2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud