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
This commit is contained in:
leaf%mozilla.org 1999-07-02 16:32:00 +00:00
parent 8c1e5ef396
commit 64c4a604c8

View File

@ -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