Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit133d77a

Browse files
author
Michael Meskes
committed
Added def-files to all: target so they are build everytime.
1 parent0b3f5ac commit133d77a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎src/interfaces/ecpg/compatlib/Makefile

Lines changed: 2 additions & 2 deletions
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-filesall-lib
3737

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

‎src/interfaces/ecpg/ecpglib/Makefile

Lines changed: 2 additions & 2 deletions
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-filesall-lib
4545

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

‎src/interfaces/ecpg/pgtypeslib/Makefile

Lines changed: 2 additions & 2 deletions
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-filesall-lib
3838

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp