summaryrefslogtreecommitdiff
path: root/cpputil/manifest.mn
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-05-05 12:31:30 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2020-05-05 12:31:30 +0000
commitf129a789c105c7ff2e51db559b51672fd36e511a (patch)
treeb5130deb320dfa807c4c7ae5f9b0695cf9d85276 /cpputil/manifest.mn
parent8d55ac83ed57c82b2784e074751a33fe5e2dc21c (diff)
downloadnss-hg-f129a789c105c7ff2e51db559b51672fd36e511a.tar.gz
Bug 1629553 Merge simple config.mk files r=rrelyea
There is really no good reason to explicitly change the TARGET variable. And the empty SHARED_LIBRARY variable should also be in the manifest.mn to begin with. All the other empty variables start empty or undefined, so there is also no need to explicitly set them empty. Differential Revision: https://phabricator.services.mozilla.com/D70691
Diffstat (limited to 'cpputil/manifest.mn')
-rw-r--r--cpputil/manifest.mn2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpputil/manifest.mn b/cpputil/manifest.mn
index caa859bf7..9bd68e0d8 100644
--- a/cpputil/manifest.mn
+++ b/cpputil/manifest.mn
@@ -6,7 +6,9 @@ CORE_DEPTH = ..
DEPTH = ..
MODULE = nss
+
LIBRARY_NAME = cpputil
+SHARED_LIBRARY = $(NULL)
ifeq ($(NSS_BUILD_UTIL_ONLY),1)
CPPSRCS = \