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/rsaperf | |
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/rsaperf')
-rw-r--r-- | cmd/rsaperf/manifest.mn | 4 |
1 files changed, 2 insertions, 2 deletions
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 |