From: Tom Lane Date: Fri, 14 Jul 2006 16:45:43 +0000 (+0000) Subject: Add dependency to fix parallel-make race condition. Alexander Dupuy X-Git-Tag: REL8_2_BETA1~562 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c743cc2ee43c23185578dfb5e550110ad561ca6e;p=postgresql Add dependency to fix parallel-make race condition. Alexander Dupuy --- diff --git a/src/port/Makefile b/src/port/Makefile index 8d376f3638..1742eb8598 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.32 2006/06/26 18:40:50 momjian Exp $ +# $PostgreSQL: pgsql/src/port/Makefile,v 1.33 2006/07/14 16:45:43 tgl Exp $ # #------------------------------------------------------------------------- @@ -49,6 +49,8 @@ thread.o: thread.c path.o: path.c pg_config_paths.h +path_srv.o: path.c pg_config_paths.h + # # Server versions of object files #