summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-07-23 16:27:12 +0000
committercls%seawood.org <devnull@localhost>1999-07-23 16:27:12 +0000
commit473e4389bcc594da1b98dae56bd057b727b745f3 (patch)
tree6f55b1be9c7fcf2ad7c57b302bc1ba8299020038
parent7bc7c1fd8662262aa133ecf00b69d765ffca2096 (diff)
downloadnss-hg-473e4389bcc594da1b98dae56bd057b727b745f3.tar.gz
Hardcoded linking of test app against $(DIST)/bin/libmozdbm.$(DLL_SUFFIX)
-rw-r--r--dbm/tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/tests/Makefile.in b/dbm/tests/Makefile.in
index 8fe4ea513..97849c69e 100644
--- a/dbm/tests/Makefile.in
+++ b/dbm/tests/Makefile.in
@@ -31,7 +31,7 @@ PROGRAM = lots
#REQUIRES = $(MOZ_LIB_DBM_PREFIX)dbm
LIBS = \
- -l$(MOZ_LIB_DBM_PREFIX)dbm \
+ $(DIST)/bin/lib$(MOZ_LIB_DBM_PREFIX)dbm.$(DLL_SUFFIX) \
$(NULL)
include $(topsrcdir)/config/rules.mk