Added def-files to all: target so they are build everytime.
authorMichael Meskes <meskes@postgresql.org>
Thu, 4 Oct 2007 07:58:15 +0000 (07:58 +0000)
committerMichael Meskes <meskes@postgresql.org>
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 576508304e6d337489e0c8d962f6682e899d55c5..631a2eff7fd872e399b118225627c227937f5560 100644 (file)
@@ -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 c46641b9799ba9fe93caa2622fc430db78b1ddbe..813fee3bac240101d15ee707c3bd1d7d2b9a54c0 100644 (file)
@@ -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 5a6006eebfcf172ae96af715955305f0ca7d5709..48a4e182ab9d8f59d7c0d02f65ebf6f0ec7e9806 100644 (file)
@@ -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