Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0f980b0

Browse files
committed
Don't build libpgcommon_srv.a just yet
It's empty, and some archivers do not support that case.
1 parent 8396447 commit 0f980b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OBJS_FRONTEND = $(OBJS_COMMON) fe_memutils.o
2929

3030
OBJS_SRV = $(OBJS_COMMON:%.o=%_srv.o)
3131

32-
all: libpgcommon.a libpgcommon_srv.a
32+
all: libpgcommon.a
3333

3434
# libpgcommon is needed by some contrib
3535
install: all installdirs

0 commit comments

Comments
 (0)