blob: 19d9357d3a88ff4eef8b0cdaeaaed8798604b796 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/port/Makefile
+++ b/src/port/Makefile
@@ -63,6 +63,7 @@ uninstall:
libpgport.a: $(OBJS)
rm -f $@
$(AR) $(AROPT) $@ $^
+ $(RANLIB) libpgport.a
# thread.o and thread_shlib.o need PTHREAD_CFLAGS (but thread_srv.o does not)
thread.o: CFLAGS+=$(PTHREAD_CFLAGS)
|