mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 18:37:22 -05:00
Add dependency to fix parallel-make race condition. Alexander Dupuy
This commit is contained in:
parent
0c1db67f6a
commit
78e8400a52
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue