diff options
Diffstat (limited to 'lib/dbm/tests/Makefile')
-rw-r--r-- | lib/dbm/tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dbm/tests/Makefile b/lib/dbm/tests/Makefile index 08381fde8..3ecabe27c 100644 --- a/lib/dbm/tests/Makefile +++ b/lib/dbm/tests/Makefile @@ -3,8 +3,8 @@ # 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/. -DEPTH = ../.. -CORE_DEPTH = ../.. +DEPTH = ../../.. +CORE_DEPTH = ../../.. VPATH = $(CORE_DEPTH)/../dbm/tests |