diff options
author | Kai Engert <kaie@kuix.de> | 2013-02-28 15:00:17 +0100 |
---|---|---|
committer | Kai Engert <kaie@kuix.de> | 2013-02-28 15:00:17 +0100 |
commit | e790c9abc4b1c03006bffbbd1bb3a4cfafc62bb2 (patch) | |
tree | 638768c16526145d21afb41ba514ddbf49b63291 /cmd/chktest | |
parent | 0e5c950db67127f08bc69b1f91fdeed7073c286b (diff) | |
download | nss-hg-e790c9abc4b1c03006bffbbd1bb3a4cfafc62bb2.tar.gz |
Bug 845556, adjust Makefiles and tests to new NSS directory layout, r=wtc
(Previous changeset with identical description was accidentally empty.)
Diffstat (limited to 'cmd/chktest')
-rw-r--r-- | cmd/chktest/manifest.mn | 2 |
1 files changed, 1 insertions, 1 deletions
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 |