]> granicus.if.org Git - postgresql/commitdiff
Add a missing dependency: the "install" target requires "all" to have
authorNeil Conway <neilc@samurai.com>
Wed, 27 Oct 2004 11:51:40 +0000 (11:51 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 27 Oct 2004 11:51:40 +0000 (11:51 +0000)
been built before it. Per report from Kris Jurka.

src/port/Makefile

index 7a01fbc3fb5a8da125313a31b4cecf42ec62e9d5..f8748e2a290024d9d47169ef2572572f17b79529 100644 (file)
@@ -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: