clear record of installed chrome at beginning of install

git-svn-id: svn://10.0.0.236/trunk@69647 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
2000-05-14 05:53:25 +00:00
parent ec1076707f
commit 78b6f27be4

View File

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