path walking is bad for the soul, and build times

This commit is contained in:
leaf%mozilla.org 1999-07-02 10:56:03 +00:00
parent 5e4952898d
commit 02144d10a2

View File

@ -164,16 +164,9 @@ DLL_LIBS=
#//------------------------------------------------------------------------
#//
#// rebase detection
#// rebase setting, msvc systems better have this
#//
#//------------------------------------------------------------------------
REBASE=rebase.exe
!if [for %i in (. %PATH%) do @if exist %i\$(REBASE) echo %i\$(REBASE) > rebase.yes]
!endif
!if !exist(rebase.yes)
REBASE=
!if [del rebase.yes]
!endif
!endif