add build_number target

git-svn-id: svn://10.0.0.236/trunk@15797 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sar%netscape.com 1998-12-04 19:56:48 +00:00
parent 9347a9ee95
commit 415aaee658

View File

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