Oops. We still need to install component libs into dist/lib/components.

Fixing tinderbox bustage.
This commit is contained in:
seawood%netscape.com 2002-12-28 03:30:04 +00:00
parent 7d166375f0
commit 5ba4347cde

View File

@ -601,7 +601,9 @@ libs:: $(SUBMAKEFILES) $(MAKE_DIRS) $(HOST_LIBRARY) $(LIBRARY) $(SHARED_LIBRARY)
ifndef NO_DIST_INSTALL
ifneq (,$(BUILD_STATIC_LIBS)$(FORCE_STATIC_LIB))
ifdef LIBRARY
ifndef IS_COMPONENT
ifdef IS_COMPONENT
$(INSTALL) $(IFLAGS1) $(LIBRARY) $(DIST)/lib/$(COMPONENTS_PATH)
else
$(INSTALL) $(IFLAGS1) $(LIBRARY) $(DIST)/lib
endif
endif # LIBRARY