summaryrefslogtreecommitdiff
path: root/moz/extractfiles.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-30 15:37:03 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-30 16:10:16 +0200
commit291b85778669b4e4e276faab22add9d0e80046df (patch)
tree05b81f198bd66bc63c6d9d44cd8389730ae0185e /moz/extractfiles.mk
parenta44712b810eba7ba3032c9eb15441997b064d846 (diff)
Build our mozilla (module moz) against the nss we have built anyway.
Reduces the build time of the 'moz' module by 30% or so.
Diffstat (limited to 'moz/extractfiles.mk')
-rw-r--r--moz/extractfiles.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/moz/extractfiles.mk b/moz/extractfiles.mk
index faba88b7822f..57b53a8af10d 100644
--- a/moz/extractfiles.mk
+++ b/moz/extractfiles.mk
@@ -166,7 +166,7 @@ DEFAULTS_RUNTIMELIST= \
.IF "$(ENABLE_NSS_MODULE)"=="YES"
#These headers come from the separate NSS module if enabled
-NSS_INCLUDE_LIST= nspr nss
+NSS_INCLUDE_LIST=
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="GCC"