diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile index 8e5a5f8ce20117656415da1e3c7171ccd4386fa0..8b41249b7fd5aea280aa705ad1dafc88284ce1a3 100644 --- a/src/interfaces/ecpg/compatlib/Makefile +++ b/src/interfaces/ecpg/compatlib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.32 2007/10/03 15:04:23 tgl Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.33 2007/10/03 15:24:19 meskes Exp $ # #------------------------------------------------------------------------- @@ -47,8 +47,8 @@ snprintf.c: % : $(top_srcdir)/src/port/% # always built and included in distribution tarballs. .PHONY: def-files -def-files: $(srcdir)/libecpg_compat.def $(srcdir)/blibecpg_compatdll.def -$(srcdir)/libecpg_compat.def: exports.txt +def-files: $(srcdir)/libecpg_compatdll.def $(srcdir)/blibecpg_compatdll.def +$(srcdir)/libecpg_compatdll.def: exports.txt echo '; DEF file for MS VC++' > $@ echo 'LIBRARY LIBECPG_COMPAT' >> $@ echo 'EXPORTS' >> $@ diff --git a/src/interfaces/ecpg/pgtypeslib/Makefile b/src/interfaces/ecpg/pgtypeslib/Makefile index f375c19ebae30b937db5780fdcc4f42d067a469e..eb3ad0df198cd2040a0691f3c68bdf92295bb4ba 100644 --- a/src/interfaces/ecpg/pgtypeslib/Makefile +++ b/src/interfaces/ecpg/pgtypeslib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.34 2007/10/03 13:20:19 meskes Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.35 2007/10/03 15:24:19 meskes Exp $ # #------------------------------------------------------------------------- @@ -45,8 +45,9 @@ include $(top_srcdir)/src/Makefile.shlib # always built and included in distribution tarballs. .PHONY: def-files -def-files: $(srcdir)/libpgtypes.def $(srcdir)/blibpgtypesdll.def -$(srcdir)/libpgtypes.def: exports.txt +def-files: $(srcdir)/libpgtypesdll.def $(srcdir)/blibpgtypesdll.def + +$(srcdir)/libpgtypesdll.def: exports.txt echo '; DEF file for MS VC++' > $@ echo 'LIBRARY LIBPGTYPES' >> $@ echo 'EXPORTS' >> $@