diff --git a/mozilla/nglayout.mak b/mozilla/nglayout.mak index 7e8b7333260..cf776ca5cd6 100644 --- a/mozilla/nglayout.mak +++ b/mozilla/nglayout.mak @@ -116,9 +116,7 @@ DIST_DIRS = \ # related libraries. RAPTOR_DIRS = \ -!if defined(NGEDITOR) editor \ -!endif htmlparser \ gfx \ dom \ @@ -167,9 +165,7 @@ $(DIST_DIRS) $(RAPTOR_DIRS):: # Rules for pulling the source from the cvs repository pull_all: pull_lizard pull_xpcom pull_imglib pull_netlib pull_nglayout \ -!if defined(NGEDITOR) pull_editor -!endif pull_lizard: cd $(MOZ_SRC)\. @@ -226,11 +222,9 @@ pull_nglayout: $(CVSCO_RAPTOR) $(MOZ_TOP)/widget $(CVSCO_RAPTOR) $(MOZ_TOP)/xpfe -!if defined(NGEDITOR) pull_editor: @cd $(MOZ_SRC)\. $(CVSCO_RAPTOR) $(MOZ_TOP)/editor -!endif ###################################################################### # Build rules for the "dist" portion. The "dist" contains those things