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