projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
925cf15
)
ecpg requires libpq; add Makefile rules to require libpq to be built
author
Bruce Momjian
<
[email protected]
>
Sat, 7 Feb 2009 17:17:34 +0000
(17:17 +0000)
committer
Bruce Momjian
<
[email protected]
>
Sat, 7 Feb 2009 17:17:34 +0000
(17:17 +0000)
first.
Alvaro Herrera
src/interfaces/ecpg/ecpglib/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/Makefile
b/src/interfaces/ecpg/ecpglib/Makefile
index 3166a6064653a7ecab30069617ebf1d4ffe48582..7472379a485d98f6048034ba99ae18e5734226ef 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/Makefile
+++ b/
src/interfaces/ecpg/ecpglib/Makefile
@@
-42,7
+42,13
@@
ifeq ($(PORTNAME), win32)
SHLIB_LINK += -lshfolder
endif
-all: all-lib
+all: libpq pgtypeslib all-lib
+
+libpq:
+ $(MAKE) -C $(top_builddir)/src/interfaces/libpq all
+
+pgtypeslib:
+ $(MAKE) -C $(top_builddir)/src/interfaces/ecpg/pgtypeslib all
# Shared library stuff
include $(top_srcdir)/src/Makefile.shlib