From e726fcc31c7619aad4f2428a488b50552c0fb348 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Sat, 22 Jul 2000 01:27:15 +0000 Subject: [PATCH] Bug 45698. Build order changes; modules/plugins now needs gfx. --- Makefile.in | 2 +- makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 14b253bb276..bd69409f484 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,12 +91,12 @@ DIRS += \ modules/libpref \ modules/libimg \ modules/oji \ - modules/plugin \ modules/libjar \ caps \ expat \ htmlparser \ gfx \ + modules/plugin \ dom \ view \ widget \ diff --git a/makefile.win b/makefile.win index 4f9bd4dc1a4..49e43949c6e 100644 --- a/makefile.win +++ b/makefile.win @@ -62,7 +62,6 @@ DIRS = \ modules\libjar \ modules\libimg \ modules\libpref \ - modules\plugin \ modules\oji \ caps \ intl \ @@ -71,6 +70,7 @@ DIRS = \ # the following are associated with the layout engine expat \ gfx \ + modules\plugin \ uriloader \ htmlparser \ widget \