diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-02-12 12:21:27 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-02-12 12:21:27 -0300 |
commit | 0f980b0e17d95e77dc2822eb7855d072a5874d9a (patch) | |
tree | d693e7f02aea0b77cf0f5b5c4c7023a9e1a065b0 /src/common | |
parent | 8396447cdbdff0b62914748de2fec04281dc9114 (diff) | |
download | postgresql-0f980b0e17d95e77dc2822eb7855d072a5874d9a.tar.gz |
Don't build libpgcommon_srv.a just yet
It's empty, and some archivers do not support that case.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile b/src/common/Makefile index 3aa6e70322..55d7b5b935 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -29,7 +29,7 @@ OBJS_FRONTEND = $(OBJS_COMMON) fe_memutils.o OBJS_SRV = $(OBJS_COMMON:%.o=%_srv.o) -all: libpgcommon.a libpgcommon_srv.a +all: libpgcommon.a # libpgcommon is needed by some contrib install: all installdirs |