From c25836dceae7caf86d560782074e60ae272c9214 Mon Sep 17 00:00:00 2001 From: "kairo%kairo.at" Date: Tue, 5 Jul 2005 11:44:46 +0000 Subject: [PATCH] bug 292268 again, possible bustage fix for creature (SeaMonkey win installer only), r=IanN sr=Neil --- xpinstall/packager/windows/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpinstall/packager/windows/Makefile.in b/xpinstall/packager/windows/Makefile.in index a3c59496df3..f7bfc730f32 100644 --- a/xpinstall/packager/windows/Makefile.in +++ b/xpinstall/packager/windows/Makefile.in @@ -60,12 +60,12 @@ ifeq (,$(INSTALLER_URL)) INSTALLER_URL = "http://ftp.mozilla.org/pub/mozilla.org/pub/seamonkey/nightly/latest-trunk/windows-xpi" endif +include $(topsrcdir)/config/rules.mk + installer: $(srcdir)/$(STUB_NAME).jst $(PERL) $(srcdir)/makeall.pl -aurl $(INSTALLER_URL) -objdir $(OBJDIR) \ -instname $(SEA_NAME) -stubname $(STUB_NAME) -include $(topsrcdir)/config/rules.mk - $(srcdir)/$(STUB_NAME).jst: mozilla-win32-stub-installer.jst sed -e "s|seamonkey-win32-stub-installer|$(STUB_NAME)|" $^ > $@