From 889b6637e11fe53771feea5ef5279cedde313573 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Sat, 4 Mar 2000 00:07:54 +0000 Subject: [PATCH] Force the install phase to build the subdirs first as dependencies are not properly handled. --- webshell/tests/viewer/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webshell/tests/viewer/Makefile.in b/webshell/tests/viewer/Makefile.in index a4dcd5f6d064..bfb5ebe48079 100644 --- a/webshell/tests/viewer/Makefile.in +++ b/webshell/tests/viewer/Makefile.in @@ -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)