From b60eb17ce2c714986318ee338ea14852de03c310 Mon Sep 17 00:00:00 2001 From: "toshok%hungry.com" Date: Mon, 5 Apr 1999 06:41:21 +0000 Subject: [PATCH] reorder libs to fix inter-archive dependencies. git-svn-id: svn://10.0.0.236/trunk@26284 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/build/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/build/Makefile.in b/mozilla/layout/build/Makefile.in index 1ee4d4de653..496d047ebc5 100644 --- a/mozilla/layout/build/Makefile.in +++ b/mozilla/layout/build/Makefile.in @@ -45,7 +45,6 @@ INCLUDES += -I$(srcdir)/../html/base/src BASE_DSO_FLAGS = $(addprefix -lgmbase, $(MOZ_TOOLKIT)) SHARED_LIBRARY_LIBS = \ - $(DIST)/lib/libraptorlayout_s.a \ $(DIST)/lib/libraptorevents_s.a \ $(DIST)/lib/libraptorhtmlbase_s.a \ $(DIST)/lib/libnglhtmlcon_s.a \ @@ -57,6 +56,7 @@ SHARED_LIBRARY_LIBS = \ $(DIST)/lib/libraptorxmldoc_s.a \ $(DIST)/lib/libraptorxulcontent_s.a \ $(DIST)/lib/libraptorxulbase_s.a \ + $(DIST)/lib/libraptorlayout_s.a \ $(NULL) ifeq ($(OS_ARCH),HP-UX)