]> granicus.if.org Git - postgresql/commitdiff
Add dependency to fix parallel-make race condition. Alexander Dupuy
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Jul 2006 16:45:48 +0000 (16:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Jul 2006 16:45:48 +0000 (16:45 +0000)
src/port/Makefile

index 059c4a44eb40f5d5b4688c84df2d66bf23d5b0dd..8ca565e26baa1d16e9d71c757faae062f92285cc 100644 (file)
@@ -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
 #