From: Tom Lane Date: Fri, 14 Jul 2006 16:45:48 +0000 (+0000) Subject: Add dependency to fix parallel-make race condition. Alexander Dupuy X-Git-Tag: REL8_1_5~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e8400a52c6ceaa9674172ffd6ab658c72379d6;p=thirdparty%2Fpostgresql.git Add dependency to fix parallel-make race condition. Alexander Dupuy --- diff --git a/src/port/Makefile b/src/port/Makefile index 059c4a44eb4..8ca565e26ba 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.29.2.1 2006/05/08 02:18:59 momjian Exp $ +# $PostgreSQL: pgsql/src/port/Makefile,v 1.29.2.2 2006/07/14 16:45:48 tgl Exp $ # #------------------------------------------------------------------------- @@ -46,6 +46,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 #