Force autoregister on the first run after completing a build (even for optimized builds) like seamonkey does.

This commit is contained in:
bryner%brianryner.com 2003-11-04 07:42:52 +00:00
parent 9ade0b95e7
commit d9647f99f2
2 changed files with 6 additions and 0 deletions

View File

@ -195,6 +195,9 @@ install::
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
endif
libs::
touch $(DIST)/bin/.autoreg
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
APP_NAME = Mozilla\ Firebird

View File

@ -150,6 +150,9 @@ install::
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
endif
libs::
touch $(DIST)/bin/.autoreg
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifdef MOZ_DEBUG