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 80d69767387d451b742f0092d5a5a35273d5ae1b..89ad5c4f82ce3a4e693c55f79c84de6ad7400787 100644 (file)
@@ -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
 #