File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -33,7 +33,7 @@ ifneq ($(PORTNAME), win32)
33
33
DLL_DEFFILE =libecpg_compatdll.def
34
34
endif
35
35
36
- all : all-lib
36
+ all : def-files all-lib
37
37
38
38
# Shared library stuff
39
39
include $(top_srcdir ) /src/Makefile.shlib
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -41,7 +41,7 @@ ifeq ($(PORTNAME), win32)
41
41
SHLIB_LINK += -lshfolder
42
42
endif
43
43
44
- all : all-lib
44
+ all : def-files all-lib
45
45
46
46
# Shared library stuff
47
47
include $(top_srcdir ) /src/Makefile.shlib
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -34,7 +34,7 @@ ifneq ($(PORTNAME), win32)
34
34
DLL_DEFFILE =libpgtypesdll.def
35
35
endif
36
36
37
- all : all-lib
37
+ all : def-files all-lib
38
38
39
39
# Shared library stuff
40
40
include $(top_srcdir ) /src/Makefile.shlib
You can’t perform that action at this time.
0 commit comments