From 415aaee6580f737101a9c06a7bbcd2fcc9b92bbf Mon Sep 17 00:00:00 2001 From: "sar%netscape.com" Date: Fri, 4 Dec 1998 19:56:48 +0000 Subject: [PATCH] add build_number target git-svn-id: svn://10.0.0.236/trunk@15797 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/makefile.win | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mozilla/config/makefile.win b/mozilla/config/makefile.win index e8dc2461cd4..28ea51edcc4 100644 --- a/mozilla/config/makefile.win +++ b/mozilla/config/makefile.win @@ -61,12 +61,12 @@ bin2rc.exe:: bin2rc.c export:: makecopy.exe mangle.exe mantomak.exe bin2rc.exe -#update build number from within make script -# $(DEPTH)/build/build_number:: FORCE -# $(RM) $@ -# $(PERL) bdate.pl > $@ -# $(PERL) aboutime.pl $(DEPTH)/l10n/us/xp/about-all.html $@ +# update build number from within make script +$(DEPTH)/build/build_number:: FORCE + $(RM) $@ + $(PERL) bdate.pl > $@ + $(PERL) aboutime.pl $(DEPTH)/l10n/us/xp/about-all.html $@ install:: export -FORCE: +FORCE::