changing where we put the gbdate file.

This commit is contained in:
leaf%mozilla.org 2001-02-19 22:30:35 +00:00
Родитель 140daadce6
Коммит 988439e7a0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -591,7 +591,7 @@ sub BuildClientDist()
#CONTENT
open(OUTPUT, ">:mozilla:layout:build:gbdate.h") || die "could not open gbdate.h";
open(OUTPUT, ">:mozilla:content:build:gbdate.h") || die "could not open gbdate.h";
my($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime;
# localtime returns year minus 1900
$year = $year + 1900;