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

index a3bbb73e2244f1a6404ea350ed2b89b8986cb4ef..de686e758dc0e308b8c4c6556ccdd3b2f4f3c5bc 100644 (file)
@@ -15,7 +15,7 @@
 #              for use only by the backend binaries
 #
 # IDENTIFICATION
-#    $PostgreSQL: pgsql/src/port/Makefile,v 1.21.4.1 2006/05/08 02:18:21 momjian Exp $
+#    $PostgreSQL: pgsql/src/port/Makefile,v 1.21.4.2 2006/07/14 16:45:55 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
 #