clear record of installed chrome at beginning of install

This commit is contained in:
danm%netscape.com 2000-05-14 05:53:25 +00:00
Родитель 2b8f661639
Коммит 00b30ee375
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -55,6 +55,7 @@ GARBAGE = *.obj *.sbr *.pdb
#// Include the common makefile rules
#//
#//------------------------------------------------------------------------
include <$(DEPTH)/config/config.mak>
include <$(DEPTH)/config/rules.mak>
# update build number from within make script
@ -110,4 +111,9 @@ install:: master.ini
$(MAKE_INSTALL) master.ini $(DIST)\bin\
!endif
install::
!if exist($(DIST)\bin\chrome\installed-chrome.txt)
del $(DIST)\bin\chrome\installed-chrome.txt
!endif
FORCE::