From b33a34e47dcb91daad36de7df08f4f5e7f6ab2c4 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Thu, 21 Jun 2007 09:55:48 -0700 Subject: [PATCH] bug 355470 - rebase throwing error 99 on tinderboxes with VC8. r=bsmedberg --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 5a508cba97c..2601ac9c1b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,7 +111,7 @@ ifeq ($(OS_ARCH),WINNT) rebase: ifdef MOZILLA_OFFICIAL echo rebasing $(DIST) - /bin/find $(DIST) -name "*.dll" > rebase.lst + /bin/find $(DIST) -name "*.dll" -a -not -name "msvc*" > rebase.lst rebase -b 60000000 -R . -G rebase.lst rm rebase.lst endif