mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
One more fix for makefile := to : change.
This commit is contained in:
parent
cff7fcf173
commit
33692c104b
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ sub GenerateConversionScript {
|
|||
sub GenerateTimezoneFiles {
|
||||
my $mf = read_file("src/timezone/Makefile");
|
||||
$mf =~ s{\\\s*[\r\n]+}{}mg;
|
||||
$mf =~ /^TZDATA\s*:=\s*(.*)$/m || die "Could not find TZDATA row in timezone makefile\n";
|
||||
$mf =~ /^TZDATA\s*:?=\s*(.*)$/m || die "Could not find TZDATA row in timezone makefile\n";
|
||||
my @tzfiles = split /\s+/,$1;
|
||||
unshift @tzfiles,'';
|
||||
print "Generating timezone files...";
|
||||
|
|
|
|||
Loading…
Reference in a new issue