From 057df7f19bc57becd2c81c2b96ab7be80c9911fa Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Thu, 10 Aug 2000 07:01:40 +0000 Subject: [PATCH] re-ordering so clobber builds are ok git-svn-id: svn://10.0.0.236/trunk@75985 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/makefile.win | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/makefile.win b/mozilla/makefile.win index 38d0837e648..b4edabb9854 100644 --- a/mozilla/makefile.win +++ b/mozilla/makefile.win @@ -80,7 +80,6 @@ DIRS = \ rdf \ docshell \ webshell \ - embedding \ profile \ editor \ !if defined(GC_LEAK_DETECTOR) @@ -90,6 +89,8 @@ DIRS = \ !if defined(CLIENT_DIRS) # the following are associated with the browser xpfe \ +# embedding must follow xpfe, needs xpfelocation_s.a. + embedding \ xpinstall \ extensions \ themes \