summaryrefslogtreecommitdiff
path: root/dbm/tests/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'dbm/tests/Makefile.in')
-rw-r--r--dbm/tests/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbm/tests/Makefile.in b/dbm/tests/Makefile.in
index f806a0ed7..8fe4ea513 100644
--- a/dbm/tests/Makefile.in
+++ b/dbm/tests/Makefile.in
@@ -28,10 +28,10 @@ CSRCS = lots.c
PROGRAM = lots
-REQUIRES = mozdbm
+#REQUIRES = $(MOZ_LIB_DBM_PREFIX)dbm
LIBS = \
- -lmozdbm \
+ -l$(MOZ_LIB_DBM_PREFIX)dbm \
$(NULL)
include $(topsrcdir)/config/rules.mk