summaryrefslogtreecommitdiff
path: root/cmd/shlibsign
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2013-05-01 19:42:07 -0700
committerWan-Teh Chang <wtc@google.com>2013-05-01 19:42:07 -0700
commite53fff19591097171f7e28fd117aba17da82d46b (patch)
tree5c8c2e631a807a64ad5d64d9061f3b240cc41262 /cmd/shlibsign
parentdd21c3df4a4a05ae6a8828c00a349b9320fc9f88 (diff)
downloadnss-hg-e53fff19591097171f7e28fd117aba17da82d46b.tar.gz
Bug 835919: Remove an extraneous ')' after an ifeq directive. Add a
space between variables and '='. TBR=emaldona.
Diffstat (limited to 'cmd/shlibsign')
-rw-r--r--cmd/shlibsign/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/shlibsign/Makefile b/cmd/shlibsign/Makefile
index b77279310..83f90faa0 100644
--- a/cmd/shlibsign/Makefile
+++ b/cmd/shlibsign/Makefile
@@ -45,9 +45,9 @@ endif
# sign any and all shared libraries that contain the word freebl
-ifeq ($(NSS_BUILD_WITHOUT_SOFTOKEN),1))
-CHECKLIBS=
-CHECKLOC=
+ifeq ($(NSS_BUILD_WITHOUT_SOFTOKEN),1)
+CHECKLIBS =
+CHECKLOC =
else
CHECKLIBS = $(DIST)/lib/$(DLL_PREFIX)softokn3.$(DLL_SUFFIX)
CHECKLIBS += $(wildcard $(DIST)/lib/$(DLL_PREFIX)freebl*3.$(DLL_SUFFIX))