summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorElio Maldonado <emaldona@redhat.com>2013-05-06 13:23:52 -0700
committerElio Maldonado <emaldona@redhat.com>2013-05-06 13:23:52 -0700
commitca900f4d77bcb4c75564fe4e426ab129a3cfbefb (patch)
treee5b723f27047839c48a6f6ef7055057f3b96fae6 /lib/Makefile
parent105887df91ddc8e96d6e0e48e49bfc0472e87f3f (diff)
downloadnss-hg-ca900f4d77bcb4c75564fe4e426ab129a3cfbefb.tar.gz
Bug 835919 - Allow optionally building nss without softoken in the tree, r=wtc
- Remove unneede changes in to the test scrips - Add needed comments for package maintainers and reviewers - Fix whitespace usage on the makefiles
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 620fc5c5b..a28bfd4db 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -64,9 +64,9 @@ include $(CORE_DEPTH)/coreconf/rules.mk
ifeq ($(NSS_BUILD_WITHOUT_SOFTOKEN),1)
# Not included when building nss without softoken
-UTIL_SRCDIR=
-FREEBL_SRCDIR=
-SOFTOKEN_SRCDIR=
+UTIL_SRCDIR =
+FREEBL_SRCDIR =
+SOFTOKEN_SRCDIR =
else
# default is to include all
UTIL_SRCDIR = util