From: Tom Lane Date: Fri, 14 Jul 2006 16:45:55 +0000 (+0000) Subject: Add dependency to fix parallel-make race condition. Alexander Dupuy X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=07792ea4defa14d635b893028b0893353b79f511;p=users%2Fbernd%2Fpostgres.git Add dependency to fix parallel-make race condition. Alexander Dupuy --- diff --git a/src/port/Makefile b/src/port/Makefile index 80d6976738..89ad5c4f82 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -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 #