projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3457514
)
Ensure the directory for gram.h is created on win32
author
Magnus Hagander
<magnus@hagander.net>
Sun, 9 Jan 2011 16:01:15 +0000
(17:01 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 9 Jan 2011 16:01:15 +0000
(17:01 +0100)
Result of bad testing of my last commit.
src/tools/msvc/Install.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Install.pm
b/src/tools/msvc/Install.pm
index d3830312e459f44f5a257eaeb743fa9fba39f940..78a6cf2adf258768251fdb019d09918e571d4c1a 100644
(file)
--- a/
src/tools/msvc/Install.pm
+++ b/
src/tools/msvc/Install.pm
@@
-397,7
+397,7
@@
sub CopyIncludeFiles
my $target = shift;
EnsureDirectories($target, 'include', 'include/libpq','include/internal',
- 'include/internal/libpq','include/server');
+ 'include/internal/libpq','include/server'
, 'include/server/parser'
);
CopyFiles(
'Public headers',