From 3bc89ac9ebc2608333c083b3759f3eab9c92ae9f Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Wed, 27 Oct 2004 11:51:40 +0000 Subject: [PATCH] Add a missing dependency: the "install" target requires "all" to have been built before it. Per report from Kris Jurka. --- src/port/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/port/Makefile b/src/port/Makefile index 7a01fbc3fb..f8748e2a29 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -15,7 +15,7 @@ # for use only by the backend binaries # # IDENTIFICATION -# $PostgreSQL: pgsql/src/port/Makefile,v 1.20 2004/10/06 08:50:02 momjian Exp $ +# $PostgreSQL: pgsql/src/port/Makefile,v 1.21 2004/10/27 11:51:40 neilc Exp $ # #------------------------------------------------------------------------- @@ -36,7 +36,7 @@ LIBOBJS_SRV := $(patsubst thread.o,thread_srv.o, $(LIBOBJS_SRV)) all: libpgport.a libpgport_srv.a # libpgport is needed by some contrib -install: +install: all $(INSTALL_STLIB) libpgport.a $(DESTDIR)$(libdir) uninstall: