File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/interfaces/ecpg/ecpglib Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 55# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
66# Portions Copyright (c) 1994, Regents of the University of California
77#
8- # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.62 2009/01/14 14:54:35 petere Exp $
8+ # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.63 2009/02/07 17:17:34 momjian Exp $
99#
1010# -------------------------------------------------------------------------
1111
@@ -42,7 +42,13 @@ ifeq ($(PORTNAME), win32)
4242SHLIB_LINK += -lshfolder
4343endif
4444
45- all : all-lib
45+ all : libpq pgtypeslib all-lib
46+
47+ libpq :
48+ $(MAKE ) -C $(top_builddir ) /src/interfaces/libpq all
49+
50+ pgtypeslib :
51+ $(MAKE ) -C $(top_builddir ) /src/interfaces/ecpg/pgtypeslib all
4652
4753# Shared library stuff
4854include $(top_srcdir ) /src/Makefile.shlib
You can’t perform that action at this time.
0 commit comments