From 133d77a906de62c6aded95967a9a9b6a6c461450 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Thu, 4 Oct 2007 07:58:15 +0000 Subject: [PATCH] Added def-files to all: target so they are build everytime. --- src/interfaces/ecpg/compatlib/Makefile | 4 ++-- src/interfaces/ecpg/ecpglib/Makefile | 4 ++-- src/interfaces/ecpg/pgtypeslib/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile index 8b41249b7fd..8223152e847 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.33 2007/10/03 15:24:19 meskes Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.34 2007/10/04 07:58:15 meskes Exp $ # #------------------------------------------------------------------------- @@ -33,7 +33,7 @@ ifneq ($(PORTNAME), win32) DLL_DEFFILE=libecpg_compatdll.def endif -all: all-lib +all: def-files all-lib # Shared library stuff include $(top_srcdir)/src/Makefile.shlib diff --git a/src/interfaces/ecpg/ecpglib/Makefile b/src/interfaces/ecpg/ecpglib/Makefile index 1db8855db67..b55f6ed2125 100644 --- a/src/interfaces/ecpg/ecpglib/Makefile +++ b/src/interfaces/ecpg/ecpglib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.49 2007/10/03 11:11:12 meskes Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.50 2007/10/04 07:58:15 meskes Exp $ # #------------------------------------------------------------------------- @@ -41,7 +41,7 @@ ifeq ($(PORTNAME), win32) SHLIB_LINK += -lshfolder endif -all: all-lib +all: def-files all-lib # Shared library stuff include $(top_srcdir)/src/Makefile.shlib diff --git a/src/interfaces/ecpg/pgtypeslib/Makefile b/src/interfaces/ecpg/pgtypeslib/Makefile index eb3ad0df198..0c51d219f82 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.35 2007/10/03 15:24:19 meskes Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.36 2007/10/04 07:58:15 meskes Exp $ # #------------------------------------------------------------------------- @@ -34,7 +34,7 @@ ifneq ($(PORTNAME), win32) DLL_DEFFILE=libpgtypesdll.def endif -all: all-lib +all: def-files all-lib # Shared library stuff include $(top_srcdir)/src/Makefile.shlib