Add dependency to fix parallel-make race condition. Alexander Dupuy
authorTom Lane <[email protected]>
Fri, 14 Jul 2006 16:45:48 +0000 (16:45 +0000)
committerTom Lane <[email protected]>
Fri, 14 Jul 2006 16:45:48 +0000 (16:45 +0000)
src/port/Makefile

index 7cdbb11c05b7b6c6f18c7f236de62d40eb959497..2433e6c71277339c4a06a0cd30240250f5c63894 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
 #