From d405506f3bf1fa46de6b14dde7ddcbf96e3ed85d Mon Sep 17 00:00:00 2001 From: "nisheeth%netscape.com" Date: Tue, 21 Dec 1999 23:55:04 +0000 Subject: [PATCH] Build modules/libutil before netwerk on Unix and Windows. a=sdagley. --- Makefile.in | 2 +- makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 69bb0cb9b5c1..84dd4b83c992 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61,9 +61,9 @@ endif DIRS += \ include \ + modules/libutil \ netwerk \ uriloader \ - modules/libutil \ intl \ js \ modules/libpref \ diff --git a/makefile.win b/makefile.win index df1c3df4deff..5798b4e8a8da 100644 --- a/makefile.win +++ b/makefile.win @@ -47,6 +47,7 @@ DIRS = \ !if defined(DIST_DIRS) config \ include \ + modules\libutil \ jpeg \ sun-java \ modules\libreg \ @@ -58,7 +59,6 @@ DIRS = \ js \ modules\zlib \ modules\libjar \ - modules\libutil \ modules\libimg \ modules\libpref \ modules\plugin \