From f3cb6f2e5682a403f568d85590f2be8702a45345 Mon Sep 17 00:00:00 2001 From: "bbaetz%cs.mcgill.ca" Date: Mon, 6 Aug 2001 18:13:33 +0000 Subject: [PATCH] The build files are checked out before MOZ_CO_FLAGS is looked at, so we fail on a fresh build because those aren't on the branch. Noticed by mop@globalpark.de. One makefile.win patch alex left out. git-svn-id: svn://10.0.0.236/branches/SVG_20010721_BRANCH@100406 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/client.mk | 2 +- mozilla/content/svg/document/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/client.mk b/mozilla/client.mk index 0dcb9d8f5ef..10a894e0835 100644 --- a/mozilla/client.mk +++ b/mozilla/client.mk @@ -127,7 +127,7 @@ CVSCO_LOGFILE := $(ROOTDIR)/cvsco.log CVSCO_LOGFILE := $(shell echo $(CVSCO_LOGFILE) | sed s%//%/%) ifdef MOZ_CO_TAG - CVS_CO_FLAGS := -r $(MOZ_CO_TAG) + CVS_CO_FLAGS := -f -r $(MOZ_CO_TAG) endif #################################### diff --git a/mozilla/content/svg/document/makefile.win b/mozilla/content/svg/document/makefile.win index 3bef7b58c4b..d3c5139e16c 100644 --- a/mozilla/content/svg/document/makefile.win +++ b/mozilla/content/svg/document/makefile.win @@ -20,6 +20,6 @@ DEPTH=..\..\.. -DIRS=src public +DIRS=src include <$(DEPTH)\config\rules.mak>