Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c743cc2

Browse files
committed
Add dependency to fix parallel-make race condition. Alexander Dupuy
1 parent a4f1da0 commit c743cc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/port/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# for use only by the backend binaries
1616
#
1717
# IDENTIFICATION
18-
# $PostgreSQL: pgsql/src/port/Makefile,v 1.32 2006/06/26 18:40:50 momjian Exp $
18+
# $PostgreSQL: pgsql/src/port/Makefile,v 1.33 2006/07/14 16:45:43 tgl Exp $
1919
#
2020
#-------------------------------------------------------------------------
2121

@@ -49,6 +49,8 @@ thread.o: thread.c
4949

5050
path.o: path.c pg_config_paths.h
5151

52+
path_srv.o: path.c pg_config_paths.h
53+
5254
#
5355
# Server versions of object files
5456
#

0 commit comments

Comments
 (0)