From cdb1ec422311807bb791a039e467474202da40ee Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sat, 18 Apr 2009 16:26:33 +0200 Subject: [PATCH] Bug 487367 - firefox build uses xulrunner-stub instead of $(XULRUNNER_STUB_NAME). r=benjamin --- browser/app/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in index bb7b8547a43..943c966c9ad 100644 --- a/browser/app/Makefile.in +++ b/browser/app/Makefile.in @@ -410,7 +410,7 @@ endif else ifdef LIBXUL_SDK libs:: - cp $(LIBXUL_DIST)/bin/xulrunner-stub$(BIN_SUFFIX) $(DIST)/bin/firefox$(BIN_SUFFIX) + cp $(LIBXUL_DIST)/bin/$(XULRUNNER_STUB_NAME)$(BIN_SUFFIX) $(DIST)/bin/firefox$(BIN_SUFFIX) endif endif