From c5ae81a949646d50e8a6a8c435572322e0ff4ec9 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Sun, 14 Dec 2003 22:40:32 +0000 Subject: [PATCH] fix ctrl-m's --- mail/config/Makefile.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mail/config/Makefile.in b/mail/config/Makefile.in index 8df81f0c535c..1bd890703cd7 100644 --- a/mail/config/Makefile.in +++ b/mail/config/Makefile.in @@ -27,9 +27,9 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk BASEMAIL = basemail-win - -# packaging file for the pref extension which is optional -PREF = pref-win + +# packaging file for the pref extension which is optional +PREF = pref-win APP_NAME=thunderbird _PLATFORM = dos @@ -82,9 +82,9 @@ endif -$(RM) -rf $(DIST)/$(APP_NAME)/tmpchrome mail_copy:: - $(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/$(BASEMAIL) -o $(_PLATFORM) -v -ifneq (,$(findstring pref,$(MOZ_EXTENSIONS))) - $(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/$(PREF) -o $(_PLATFORM) -v + $(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/$(BASEMAIL) -o $(_PLATFORM) -v +ifneq (,$(findstring pref,$(MOZ_EXTENSIONS))) + $(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/$(PREF) -o $(_PLATFORM) -v endif $(NSINSTALL) -t $(DIST)/bin/$(APP_NAME)$(BIN_SUFFIX) $(DIST)/$(APP_NAME)/ $(NSINSTALL) -t $(MOZILLA_DIR)/mail/config/installed-chrome.txt $(DIST)/$(APP_NAME)/chrome