From 62a90ef301ba69e9a428d937c3e97b7cdda3f8eb Mon Sep 17 00:00:00 2001 From: "mjudge%netscape.com" Date: Sun, 29 Nov 1998 22:20:42 +0000 Subject: [PATCH] updating to add editor as a directory git-svn-id: svn://10.0.0.236/trunk@15423 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nglayout.mak | 6 ------ 1 file changed, 6 deletions(-) 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