Remove temp hack used to make --disable-mailnews work when profile manager was dependent upon mailnews headers. (See bug 27948 for details)

This commit is contained in:
cls%seawood.org 2000-05-13 03:25:26 +00:00
Родитель 1ae114236d
Коммит cc861c7959
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -139,8 +139,3 @@ DIST_GARBAGE = config.cache config.log config.status config-defs.h \
include $(topsrcdir)/config/rules.mk
ifndef MOZ_MAIL_NEWS
export::
$(MAKE) -C mailnews export
endif