one more change for talkback packaging -- remove compreg.dat so that talkback components will be registered on next run

git-svn-id: svn://10.0.0.236/trunk@155921 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2004-05-04 16:25:28 +00:00
parent ca283fba62
commit cd7e1ab405

View File

@@ -47,7 +47,7 @@ mail_chrome: mail-jar.mn
$(NSINSTALL) -D $(DIST)/$(APP_NAME)/tmpchrome/toolkit
$(UNZIP) -o -d $(DIST)/$(APP_NAME)/tmpchrome/toolkit $(DIST)/bin/chrome/toolkit.jar
$(NSINSTALL) -D $(DIST)/$(APP_NAME)/tmpchrome/msg
$(UNZIP) -o -d $(DIST)/$(APP_NAME)/tmpchrome/msg $(DIST)/bin/chrome/messenger.jar
@@ -92,6 +92,7 @@ ifneq (,$(findstring inspector,$(MOZ_EXTENSIONS)))
endif
$(NSINSTALL) -t $(DIST)/bin/$(APP_NAME)$(BIN_SUFFIX) $(DIST)/$(APP_NAME)/
$(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $(MOZILLA_DIR)/mail/config/installed-chrome.txt > $(DIST)/$(APP_NAME)/chrome/installed-chrome.txt
rm $(DIST)/$(APP_NAME)/components/compreg.dat
libs::
$(MAKE) mail_chrome