summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2017-06-08 16:57:35 +0200
committerTim Taubert <ttaubert@mozilla.com>2017-06-08 16:57:35 +0200
commit3adde469bf542407a9f9a42593500af8bad76738 (patch)
tree75187b44bd7f9dcbd00a96d323166ffc35fffe36 /Makefile
parent810f0862e4edbb89af04bebb6738b9757a9d4ae1 (diff)
downloadnss-hg-3adde469bf542407a9f9a42593500af8bad76738.tar.gz
Bug 1357319 - Add proper Makefile for cpputil r=mt
Differential Revision: https://nss-review.dev.mozaws.net/D349
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a24c4caef..48bae3778 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
ifdef NSS_DISABLE_GTESTS
DIRS := $(filter-out gtests,$(DIRS))
+DIRS := $(filter-out cpputil,$(DIRS))
endif
#######################################################################