summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2000-05-11 14:15:09 +0000
committercls%seawood.org <devnull@localhost>2000-05-11 14:15:09 +0000
commitc2d6acf8efded31bdd0e7c776f0e4fc6843e969b (patch)
tree1987f39cbc8bfb123cc5d1ccb84a5cd97236f7ad
parentbb41d9a45366716d85b200720408f66fa769c9ef (diff)
downloadnss-hg-c2d6acf8efded31bdd0e7c776f0e4fc6843e969b.tar.gz
More OS/2 Makefile changes. Bug #34106 Batch 13
-rw-r--r--dbm/tests/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbm/tests/Makefile.in b/dbm/tests/Makefile.in
index a2cb8cf88..8e453ad7b 100644
--- a/dbm/tests/Makefile.in
+++ b/dbm/tests/Makefile.in
@@ -27,11 +27,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = dbm
-PROGRAM = lots
+PROGRAM = lots$(BIN_SUFFIX)
CSRCS = lots.c
-LIBS = -lmozdbm_s
+EXTRA_DSO_LIBS = mozdbm_s
+
+LIBS = $(EXTRA_DSO_LIBS)
include $(topsrcdir)/config/rules.mk