temporary fix for dependency problem on UNIX

need to talk to the mail-news team to resolve it the right way
This commit is contained in:
sspitzer%netscape.com 1999-03-23 14:58:05 +00:00
Родитель 24b6f32de4
Коммит 498e57f820
1 изменённых файлов: 16 добавлений и 1 удалений

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

@ -22,7 +22,22 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public base db local news compose mime ui
# Question: Why do we build base/util and then build base again?
# Answer:
# db needs libmsgbaseutil (base/util)
# base needs db (libmailnewsmsgdb) and news (libnntp)..?
# so db needs base and base needs db.
#
# Temporary solution: build base/util, then db, then news, then
# finish building base
#
# Real solution:
# move base/util out of base
#
# Question: how come this works on windows?
# From makefile.win:
# DIRS = public base db local news compose mime ui
DIRS = public base/util db news base local compose mime ui
include $(topsrcdir)/config/config.mk