making the rebase an official thing only, it relies on find, which

seems to not be universally usable
This commit is contained in:
leaf%mozilla.org 1999-07-02 16:32:00 +00:00
Родитель 6d0a0d6423
Коммит 03eb4508fd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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