diff options
Diffstat (limited to 'cmd')
58 files changed, 61 insertions, 61 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index ac3be75ad..b98205926 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -4,8 +4,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../.. -DEPTH = ../.. +CORE_DEPTH = .. +DEPTH = .. include manifest.mn include $(CORE_DEPTH)/coreconf/config.mk diff --git a/cmd/addbuiltin/manifest.mn b/cmd/addbuiltin/manifest.mn index ef120ace5..9c44c089a 100644 --- a/cmd/addbuiltin/manifest.mn +++ b/cmd/addbuiltin/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/atob/manifest.mn b/cmd/atob/manifest.mn index 61ea55e21..5d822b96e 100644 --- a/cmd/atob/manifest.mn +++ b/cmd/atob/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/bltest/manifest.mn b/cmd/bltest/manifest.mn index 66fae919f..6e9946c34 100644 --- a/cmd/bltest/manifest.mn +++ b/cmd/bltest/manifest.mn @@ -2,7 +2,7 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/btoa/manifest.mn b/cmd/btoa/manifest.mn index 919bd6ade..52508a59a 100644 --- a/cmd/btoa/manifest.mn +++ b/cmd/btoa/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/certcgi/manifest.mn b/cmd/certcgi/manifest.mn index 6d9ab8ccc..9e17cef9d 100644 --- a/cmd/certcgi/manifest.mn +++ b/cmd/certcgi/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIREd. MODULE = nss diff --git a/cmd/certutil/manifest.mn b/cmd/certutil/manifest.mn index 6f9dc7472..c0bce4c7e 100644 --- a/cmd/certutil/manifest.mn +++ b/cmd/certutil/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. DEFINES += -DNSPR20 diff --git a/cmd/checkcert/manifest.mn b/cmd/checkcert/manifest.mn index 830dd29c4..d796b64d8 100644 --- a/cmd/checkcert/manifest.mn +++ b/cmd/checkcert/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/chktest/manifest.mn b/cmd/chktest/manifest.mn index 3fb2f9561..50b1ca1eb 100644 --- a/cmd/chktest/manifest.mn +++ b/cmd/chktest/manifest.mn @@ -2,7 +2,7 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/crlutil/manifest.mn b/cmd/crlutil/manifest.mn index 1dd7c9e40..cd0549c6d 100644 --- a/cmd/crlutil/manifest.mn +++ b/cmd/crlutil/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/crmf-cgi/manifest.mn b/cmd/crmf-cgi/manifest.mn index 97a0512e7..1212424b6 100644 --- a/cmd/crmf-cgi/manifest.mn +++ b/cmd/crmf-cgi/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = sectools EXPORTS = \ diff --git a/cmd/crmftest/manifest.mn b/cmd/crmftest/manifest.mn index 210f498f3..578729e62 100644 --- a/cmd/crmftest/manifest.mn +++ b/cmd/crmftest/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. DEPTH = . # MODULE public and private header directories are implicitly REQUIRED. diff --git a/cmd/dbck/manifest.mn b/cmd/dbck/manifest.mn index 90dbfa2e9..ec8812edb 100644 --- a/cmd/dbck/manifest.mn +++ b/cmd/dbck/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. DEFINES += -DNSPR20 diff --git a/cmd/dbtest/manifest.mn b/cmd/dbtest/manifest.mn index d7aa86362..8f9ec1f67 100644 --- a/cmd/dbtest/manifest.mn +++ b/cmd/dbtest/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/derdump/manifest.mn b/cmd/derdump/manifest.mn index 95e1a8a20..0b550377c 100644 --- a/cmd/derdump/manifest.mn +++ b/cmd/derdump/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/digest/manifest.mn b/cmd/digest/manifest.mn index 1445d789c..3e764063a 100644 --- a/cmd/digest/manifest.mn +++ b/cmd/digest/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/ecperf/manifest.mn b/cmd/ecperf/manifest.mn index f500e8595..61fa8809b 100755 --- a/cmd/ecperf/manifest.mn +++ b/cmd/ecperf/manifest.mn @@ -3,8 +3,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -DEPTH = ../../.. -CORE_DEPTH = ../../.. +DEPTH = ../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/fipstest/manifest.mn b/cmd/fipstest/manifest.mn index ef5cef9f8..1cebd7976 100644 --- a/cmd/fipstest/manifest.mn +++ b/cmd/fipstest/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/httpserv/manifest.mn b/cmd/httpserv/manifest.mn index 79d7dc1df..e96966110 100644 --- a/cmd/httpserv/manifest.mn +++ b/cmd/httpserv/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. DEFINES += -DNSPR20 diff --git a/cmd/lib/manifest.mn b/cmd/lib/manifest.mn index 1cd18a79d..87440c052 100644 --- a/cmd/lib/manifest.mn +++ b/cmd/lib/manifest.mn @@ -2,7 +2,7 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. LIBRARY_NAME = sectool diff --git a/cmd/libpkix/manifest.mn b/cmd/libpkix/manifest.mn index 6d9399a74..4f232a510 100755 --- a/cmd/libpkix/manifest.mn +++ b/cmd/libpkix/manifest.mn @@ -5,7 +5,7 @@ PKIX_DEPTH = . PLAT_DEPTH = $(PKIX_DEPTH)/.. -CORE_DEPTH = $(PKIX_DEPTH)/../../.. +CORE_DEPTH = $(PKIX_DEPTH)/../.. DIRS = testutil pkix_pl pkix sample_apps perf pkixutil \ $(NULL) diff --git a/cmd/listsuites/manifest.mn b/cmd/listsuites/manifest.mn index 1231f9d61..3e78dacee 100644 --- a/cmd/listsuites/manifest.mn +++ b/cmd/listsuites/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/lowhashtest/manifest.mn b/cmd/lowhashtest/manifest.mn index d67e75127..f493571e5 100644 --- a/cmd/lowhashtest/manifest.mn +++ b/cmd/lowhashtest/manifest.mn @@ -2,7 +2,7 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/makepqg/manifest.mn b/cmd/makepqg/manifest.mn index f5132c8d5..f424410bf 100644 --- a/cmd/makepqg/manifest.mn +++ b/cmd/makepqg/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/manifest.mn b/cmd/manifest.mn index 3c5b132e7..235fce9d2 100644 --- a/cmd/manifest.mn +++ b/cmd/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -DEPTH = ../.. +DEPTH = .. # MODULE = seccmd REQUIRES = nss nspr libdbm diff --git a/cmd/modutil/manifest.mn b/cmd/modutil/manifest.mn index 628bac40c..9929a8059 100644 --- a/cmd/modutil/manifest.mn +++ b/cmd/modutil/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = sectools diff --git a/cmd/multinit/manifest.mn b/cmd/multinit/manifest.mn index c7d0a6e61..a86adc8c8 100644 --- a/cmd/multinit/manifest.mn +++ b/cmd/multinit/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/ocspclnt/manifest.mn b/cmd/ocspclnt/manifest.mn index 4a3850f5f..a2794a383 100644 --- a/cmd/ocspclnt/manifest.mn +++ b/cmd/ocspclnt/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/ocspresp/manifest.mn b/cmd/ocspresp/manifest.mn index 8d3cd0232..3608623b8 100644 --- a/cmd/ocspresp/manifest.mn +++ b/cmd/ocspresp/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/oidcalc/manifest.mn b/cmd/oidcalc/manifest.mn index c45308081..e7976c661 100644 --- a/cmd/oidcalc/manifest.mn +++ b/cmd/oidcalc/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/p7content/manifest.mn b/cmd/p7content/manifest.mn index dae43f756..6fa632f55 100644 --- a/cmd/p7content/manifest.mn +++ b/cmd/p7content/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/p7env/manifest.mn b/cmd/p7env/manifest.mn index 7bc4f5a22..db385b208 100644 --- a/cmd/p7env/manifest.mn +++ b/cmd/p7env/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/p7sign/manifest.mn b/cmd/p7sign/manifest.mn index abff5edc5..1f32e3954 100644 --- a/cmd/p7sign/manifest.mn +++ b/cmd/p7sign/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/p7verify/manifest.mn b/cmd/p7verify/manifest.mn index 97c328e10..565c74bc2 100644 --- a/cmd/p7verify/manifest.mn +++ b/cmd/p7verify/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/pk11mode/manifest.mn b/cmd/pk11mode/manifest.mn index 75a37074e..ed205cded 100644 --- a/cmd/pk11mode/manifest.mn +++ b/cmd/pk11mode/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/pk11util/manifest.mn b/cmd/pk11util/manifest.mn index 656b09eb0..ca818aad4 100644 --- a/cmd/pk11util/manifest.mn +++ b/cmd/pk11util/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. DEFINES += -DNSPR20 diff --git a/cmd/pk12util/manifest.mn b/cmd/pk12util/manifest.mn index b38fc82f7..5f7e0ab49 100644 --- a/cmd/pk12util/manifest.mn +++ b/cmd/pk12util/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. DEFINES += -DNSPR20 diff --git a/cmd/pk1sign/manifest.mn b/cmd/pk1sign/manifest.mn index b4d900650..009461166 100644 --- a/cmd/pk1sign/manifest.mn +++ b/cmd/pk1sign/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/pkix-errcodes/manifest.mn b/cmd/pkix-errcodes/manifest.mn index 4677bf819..bef063692 100644 --- a/cmd/pkix-errcodes/manifest.mn +++ b/cmd/pkix-errcodes/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/pp/manifest.mn b/cmd/pp/manifest.mn index be8c792f2..de6126ae4 100644 --- a/cmd/pp/manifest.mn +++ b/cmd/pp/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/ppcertdata/manifest.mn b/cmd/ppcertdata/manifest.mn index 30a47aa5b..142a773ca 100644 --- a/cmd/ppcertdata/manifest.mn +++ b/cmd/ppcertdata/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/pwdecrypt/manifest.mn b/cmd/pwdecrypt/manifest.mn index 2f8aa1d69..51cb8c8f3 100644 --- a/cmd/pwdecrypt/manifest.mn +++ b/cmd/pwdecrypt/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/rsaperf/manifest.mn b/cmd/rsaperf/manifest.mn index 6de267d18..14fce7271 100644 --- a/cmd/rsaperf/manifest.mn +++ b/cmd/rsaperf/manifest.mn @@ -3,8 +3,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -DEPTH = ../../.. -CORE_DEPTH = ../../.. +DEPTH = ../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/rsapoptst/manifest.mn b/cmd/rsapoptst/manifest.mn index d48f21fa1..18126cffc 100644 --- a/cmd/rsapoptst/manifest.mn +++ b/cmd/rsapoptst/manifest.mn @@ -2,7 +2,7 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/sdrtest/manifest.mn b/cmd/sdrtest/manifest.mn index ee10754dd..d0c67450f 100644 --- a/cmd/sdrtest/manifest.mn +++ b/cmd/sdrtest/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/selfserv/manifest.mn b/cmd/selfserv/manifest.mn index 4da3544b5..a170169c8 100644 --- a/cmd/selfserv/manifest.mn +++ b/cmd/selfserv/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. DEFINES += -DNSPR20 diff --git a/cmd/shlibsign/mangle/manifest.mn b/cmd/shlibsign/mangle/manifest.mn index b08a73ed0..40b4841cb 100644 --- a/cmd/shlibsign/mangle/manifest.mn +++ b/cmd/shlibsign/mangle/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../../.. +CORE_DEPTH = ../../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/shlibsign/manifest.mn b/cmd/shlibsign/manifest.mn index 82110dace..95f8765b3 100644 --- a/cmd/shlibsign/manifest.mn +++ b/cmd/shlibsign/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/signtool/manifest.mn b/cmd/signtool/manifest.mn index dd0be7216..40be262db 100644 --- a/cmd/signtool/manifest.mn +++ b/cmd/signtool/manifest.mn @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/signver/manifest.mn b/cmd/signver/manifest.mn index 789915ea5..7a1de149f 100644 --- a/cmd/signver/manifest.mn +++ b/cmd/signver/manifest.mn @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/smimetools/manifest.mn b/cmd/smimetools/manifest.mn index eeb43a186..0e20ed77c 100644 --- a/cmd/smimetools/manifest.mn +++ b/cmd/smimetools/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. MODULE = nss diff --git a/cmd/ssltap/manifest.mn b/cmd/ssltap/manifest.mn index 49865374f..0c09c17a3 100644 --- a/cmd/ssltap/manifest.mn +++ b/cmd/ssltap/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/strsclnt/manifest.mn b/cmd/strsclnt/manifest.mn index 573a31c9b..fc00b6922 100644 --- a/cmd/strsclnt/manifest.mn +++ b/cmd/strsclnt/manifest.mn @@ -2,7 +2,7 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. DEFINES += -DNSPR20 diff --git a/cmd/symkeyutil/manifest.mn b/cmd/symkeyutil/manifest.mn index 365e25f85..f87480e44 100644 --- a/cmd/symkeyutil/manifest.mn +++ b/cmd/symkeyutil/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. DEFINES += -DNSPR20 diff --git a/cmd/tests/manifest.mn b/cmd/tests/manifest.mn index b72a8db80..88b834736 100644 --- a/cmd/tests/manifest.mn +++ b/cmd/tests/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/tstclnt/manifest.mn b/cmd/tstclnt/manifest.mn index 793d578b9..5a4fec8c1 100644 --- a/cmd/tstclnt/manifest.mn +++ b/cmd/tstclnt/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/vfychain/manifest.mn b/cmd/vfychain/manifest.mn index e85c01d22..5b2ae25e7 100644 --- a/cmd/vfychain/manifest.mn +++ b/cmd/vfychain/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss diff --git a/cmd/vfyserv/manifest.mn b/cmd/vfyserv/manifest.mn index dd3d03f73..c925be966 100644 --- a/cmd/vfyserv/manifest.mn +++ b/cmd/vfyserv/manifest.mn @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -CORE_DEPTH = ../../.. +CORE_DEPTH = ../.. # MODULE public and private header directories are implicitly REQUIRED. MODULE = nss |