From 967a8a60d25a7f8ff231c85776fbeb811d6dd3eb Mon Sep 17 00:00:00 2001 From: "kairo%kairo.at" Date: Tue, 5 Jul 2005 13:36:53 +0000 Subject: [PATCH] correct fix for the Makefile include stuff of bug 292268 (do correctly what the last bustage fix checkin tried to do), r+a=bsmedberg git-svn-id: svn://10.0.0.236/trunk@175614 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpinstall/packager/windows/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/xpinstall/packager/windows/Makefile.in b/mozilla/xpinstall/packager/windows/Makefile.in index f7bfc730f32..182e8cfd248 100644 --- a/mozilla/xpinstall/packager/windows/Makefile.in +++ b/mozilla/xpinstall/packager/windows/Makefile.in @@ -60,12 +60,14 @@ 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 +include $(topsrcdir)/config/config.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)|" $^ > $@