Added def-files to all: target so they are build everytime.
authorMichael Meskes
Thu, 4 Oct 2007 07:58:15 +0000 (07:58 +0000)
committerMichael Meskes
Thu, 4 Oct 2007 07:58:15 +0000 (07:58 +0000)
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile

index 8b41249b7fd5aea280aa705ad1dafc88284ce1a3..8223152e8472aae8358165ffe030275a039a6184 100644 (file)
@@ -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
index 1db8855db678dd8e08b34de58a6f4a05b073f49c..b55f6ed2125dc0d23669e488be438bcee97d4ad1 100644 (file)
@@ -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
index eb3ad0df198cd2040a0691f3c68bdf92295bb4ba..0c51d219f82d5219b06f6f50004f31d1da64bb39 100644 (file)
@@ -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