From e1bd878984ee7ad892cc9804b409b9de545e9fd0 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Wed, 12 Jul 2000 22:42:41 +0000 Subject: [PATCH] #40177 r=cls, a=brendan Tinderbox break - need MOZ_JS_LIBS - cls approved on #mozilla --- profile/pref-migrator/src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/pref-migrator/src/Makefile.in b/profile/pref-migrator/src/Makefile.in index 5f23061dd40..911093b6b9a 100644 --- a/profile/pref-migrator/src/Makefile.in +++ b/profile/pref-migrator/src/Makefile.in @@ -42,6 +42,7 @@ EXPORTS = \ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ $(MOZ_COMPONENT_LIBS) \ + $(MOZ_JS_LIBS) \ $(NULL) include $(topsrcdir)/config/rules.mk