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
Родитель 0f2afd62cf
Коммит c8569e38ae
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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