aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-07-14 16:45:48 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-07-14 16:45:48 +0000
commit78e8400a52c6ceaa9674172ffd6ab658c72379d6 (patch)
tree5c3b90344669353b5a12ed7a0f8531d71f72fae3
parent0c1db67f6af7f7ffd85de613926c8a81a3af7cad (diff)
downloadpostgresql-78e8400a52c6ceaa9674172ffd6ab658c72379d6.tar.gz
postgresql-78e8400a52c6ceaa9674172ffd6ab658c72379d6.zip
Add dependency to fix parallel-make race condition. Alexander Dupuy
-rw-r--r--src/port/Makefile4
1 files changed, 3 insertions, 1 deletions
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
#