Skip to content

Commit 2b0e46e

Browse files
author
Michael Meskes
committed
Argh, missing dll in filename
1 parent fdbce93 commit 2b0e46e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/interfaces/ecpg/compatlib/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.32 2007/10/03 15:04:23 tgl Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.33 2007/10/03 15:24:19 meskes Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -47,8 +47,8 @@ snprintf.c: % : $(top_srcdir)/src/port/%
4747
# always built and included in distribution tarballs.
4848

4949
.PHONY: def-files
50-
def-files: $(srcdir)/libecpg_compat.def $(srcdir)/blibecpg_compatdll.def
51-
$(srcdir)/libecpg_compat.def: exports.txt
50+
def-files: $(srcdir)/libecpg_compatdll.def $(srcdir)/blibecpg_compatdll.def
51+
$(srcdir)/libecpg_compatdll.def: exports.txt
5252
echo '; DEF file for MS VC++' > $@
5353
echo 'LIBRARY LIBECPG_COMPAT' >> $@
5454
echo 'EXPORTS' >> $@

src/interfaces/ecpg/pgtypeslib/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.34 2007/10/03 13:20:19 meskes Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.35 2007/10/03 15:24:19 meskes Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -45,8 +45,9 @@ include $(top_srcdir)/src/Makefile.shlib
4545
# always built and included in distribution tarballs.
4646

4747
.PHONY: def-files
48-
def-files: $(srcdir)/libpgtypes.def $(srcdir)/blibpgtypesdll.def
49-
$(srcdir)/libpgtypes.def: exports.txt
48+
def-files: $(srcdir)/libpgtypesdll.def $(srcdir)/blibpgtypesdll.def
49+
50+
$(srcdir)/libpgtypesdll.def: exports.txt
5051
echo '; DEF file for MS VC++' > $@
5152
echo 'LIBRARY LIBPGTYPES' >> $@
5253
echo 'EXPORTS' >> $@

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy