summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElio Maldonado <emaldona@redhat.com>2015-12-14 12:36:45 -0800
committerElio Maldonado <emaldona@redhat.com>2015-12-14 12:36:45 -0800
commit5a1af4bf0f1c3305ceab7c48f7bbd3e737792a2a (patch)
treedd2d69aa89d5feea7cba228b2b4281d7a372cf17
parent305dce8e0448205cc7b2e24631d269963929932c (diff)
downloadnss-hg-5a1af4bf0f1c3305ceab7c48f7bbd3e737792a2a.tar.gz
Fix typo that breaks the build, change %(NULL) to %(NULL)
-rw-r--r--lib/manifest.mn2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/manifest.mn b/lib/manifest.mn
index 89c8537b2..28b70a681 100644
--- a/lib/manifest.mn
+++ b/lib/manifest.mn
@@ -34,7 +34,7 @@ SOFTOKEN_SRCDIRS = \
$(SQLITE_SRCDIR) \
$(DBM_SRCDIR) \
$(SOFTOKEN_SRCDIR) \
- %(NULL)
+ $(NULL)
endif
ifndef NSS_BUILD_SOFTOKEN_ONLY