From cf0c731fa50e25c3349ce127aa27be11d2341dd5 Mon Sep 17 00:00:00 2001 From: "danm%netscape.com" Date: Sun, 14 May 2000 05:53:25 +0000 Subject: [PATCH] clear record of installed chrome at beginning of install --- config/makefile.win | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/makefile.win b/config/makefile.win index fa2f2766d91..172ac4f6c85 100644 --- a/config/makefile.win +++ b/config/makefile.win @@ -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::