From 87bf7c949be3f678e332e883c98de2d7985f634d Mon Sep 17 00:00:00 2001 From: spider Date: Mon, 11 May 1998 16:32:14 +0000 Subject: [PATCH] Refer to nglayout now --- trex.mak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trex.mak b/trex.mak index bd566014510..7db24ff5749 100644 --- a/trex.mak +++ b/trex.mak @@ -181,9 +181,9 @@ pull_platform:: @echo +++ trex.mak: checking out platform with "$(CVS_BRANCH)" cd $(MOZ_SRC)\. -$(CVS) $(CONFIG_BRANCH) $(CONFIG_DIR) - -$(CVS) $(MOZ_TOP)/raptor.mak + -$(CVS) $(MOZ_TOP)/nglayout.mak cd $(MOZ_SRC)\$(MOZ_TOP) - nmake -f raptor.mak pull_all + nmake -f nglayout.mak pull_all cd $(MOZ_SRC)\. @@ -207,7 +207,7 @@ build_all:: build_platform build_trex # @$(MMAKE) install $(MAKEDIR) $(PLATFORM_DIRS) build_platform:: cd $(MOZ_SRC)\$(MOZ_TOP)\. - nmake -f raptor.mak all + nmake -f nglayout.mak all cd $(MOZ_SRC)\.