projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8396447
)
Don't build libpgcommon_srv.a just yet
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Tue, 12 Feb 2013 15:21:27 +0000
(12:21 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Tue, 12 Feb 2013 15:21:27 +0000
(12:21 -0300)
It's empty, and some archivers do not support that case.
src/common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/common/Makefile
b/src/common/Makefile
index 3aa6e70322f622d640d727cc8ff60dab48089540..55d7b5b93500e7fe6ead273f911c95c6c8e3f56b 100644
(file)
--- 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