temporarily fix bustage by moving intl earlier in the build cycle

This commit is contained in:
alecf%netscape.com 2001-10-22 23:14:19 +00:00
Родитель 37cfb61ef8
Коммит 6907ef074a
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -51,7 +51,9 @@ endif
DIRS += $(NSPRPUB_DIR)
DIRS += dbm modules/libreg js string xpcom js/src/xpconnect
# intl should not be in here - it's just temporary until
# xpconnect's dependency on intl is repaired - see bug 106130
DIRS += dbm modules/libreg js string xpcom intl js/src/xpconnect
ifdef MOZ_OJI
DIRS += js/src/liveconnect
@ -89,7 +91,6 @@ DIRS += \
netwerk \
modules/mpfilelocprovider \
uriloader \
intl \
modules/libpref \
modules/libimg \
modules/oji \