Force the install phase to build the subdirs first as dependencies are not properly handled.

This commit is contained in:
cls%seawood.org 2000-03-04 00:07:54 +00:00
Родитель 83204d2ccc
Коммит 889b6637e1
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -148,6 +148,10 @@ ifdef NO_LD_ARCHIVE_FLAGS
LOST_SYM_LIBS = -lxpcomds_s -lxpcomio_s -lxptinfo -lmozreg_s
endif
# Force a build thru DIRS so that dependencies are updated properly
install::
+$(LOOP_OVER_DIRS)
include $(topsrcdir)/config/rules.mk
CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)