Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 133d77a

Browse files
author
Michael Meskes
committed
Added def-files to all: target so they are build everytime.
1 parent 0b3f5ac commit 133d77a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/interfaces/ecpg/compatlib/Makefile

+2-2
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.33 2007/10/03 15:24:19 meskes Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.34 2007/10/04 07:58:15 meskes Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -33,7 +33,7 @@ ifneq ($(PORTNAME), win32)
3333
DLL_DEFFILE=libecpg_compatdll.def
3434
endif
3535

36-
all: all-lib
36+
all: def-files all-lib
3737

3838
# Shared library stuff
3939
include $(top_srcdir)/src/Makefile.shlib

src/interfaces/ecpg/ecpglib/Makefile

+2-2
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/ecpglib/Makefile,v 1.49 2007/10/03 11:11:12 meskes Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.50 2007/10/04 07:58:15 meskes Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -41,7 +41,7 @@ ifeq ($(PORTNAME), win32)
4141
SHLIB_LINK += -lshfolder
4242
endif
4343

44-
all: all-lib
44+
all: def-files all-lib
4545

4646
# Shared library stuff
4747
include $(top_srcdir)/src/Makefile.shlib

src/interfaces/ecpg/pgtypeslib/Makefile

+2-2
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.35 2007/10/03 15:24:19 meskes Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.36 2007/10/04 07:58:15 meskes Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -34,7 +34,7 @@ ifneq ($(PORTNAME), win32)
3434
DLL_DEFFILE=libpgtypesdll.def
3535
endif
3636

37-
all: all-lib
37+
all: def-files all-lib
3838

3939
# Shared library stuff
4040
include $(top_srcdir)/src/Makefile.shlib

0 commit comments

Comments
 (0)