8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776ec78 commit 58ad65eCopy full SHA for 58ad65e
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.69 2003/09/14 13:33:08 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.70 2003/09/20 21:26:20 tgl Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -304,6 +304,10 @@ install-lib: install-lib-static install-lib-shared
304
305
install-lib-static: lib$(NAME).a
306
$(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME).a
307
+ifeq ($(PORTNAME), darwin)
308
+ cd $(DESTDIR)$(libdir) && \
309
+ ranlib lib$(NAME).a
310
+endif
311
312
ifeq ($(enable_shared), yes)
313
install-lib-shared: $(shlib)
0 commit comments