From 949f18ab0cbf3e537400c2c4e983f64ae51a2e74 Mon Sep 17 00:00:00 2001 From: Andreas Gal Date: Fri, 14 Jan 2011 18:42:58 -0800 Subject: [PATCH] Makefile rules fix for bug 625962. --- js/src/config/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/config/rules.mk b/js/src/config/rules.mk index 0faeb9757c1e..91eb3ee5c731 100644 --- a/js/src/config/rules.mk +++ b/js/src/config/rules.mk @@ -224,7 +224,7 @@ ifdef CPP_UNIT_TESTS CPPSRCS += $(CPP_UNIT_TESTS) SIMPLE_PROGRAMS += $(CPP_UNIT_TESTS:.cpp=$(BIN_SUFFIX)) INCLUDES += -I$(DIST)/include/testing -LIBS += $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS) +LIBS += $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS) -ljs_static # ...and run them the usual way check::