projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff7fcf
)
One more fix for makefile := to : change.
author
Magnus Hagander
<magnus@hagander.net>
Tue, 13 Feb 2007 15:34:49 +0000
(15:34 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 13 Feb 2007 15:34:49 +0000
(15:34 +0000)
src/tools/msvc/install.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/install.pl
b/src/tools/msvc/install.pl
index 04b90f508590a9d9115e92914651b264107f2b65..5959f9b564a35eee9ceb3b41c8529c77216a0b27 100755
(executable)
--- a/
src/tools/msvc/install.pl
+++ b/
src/tools/msvc/install.pl
@@
-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...";