From 64c4a604c8f8d4e2efcdc6b7089a3d23a98c8d93 Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Fri, 2 Jul 1999 16:32:00 +0000 Subject: [PATCH] making the rebase an official thing only, it relies on find, which seems to not be universally usable git-svn-id: svn://10.0.0.236/trunk@38104 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/makefile.win b/mozilla/makefile.win index dbae459d8c9..437080385b7 100644 --- a/mozilla/makefile.win +++ b/mozilla/makefile.win @@ -118,6 +118,7 @@ REBASE= !endif rebase: +!if defined(MOZILLA_OFFICIAL) !if defined(FIND) !if defined(REBASE) echo rebasing $(DIST) @@ -130,6 +131,7 @@ rebase: !else echo No find defined. !endif +!endif install:: rebase