1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Add dependency to fix parallel-make race condition. Alexander Dupuy

This commit is contained in:
Tom Lane 2006-07-14 16:45:43 +00:00
parent a4f1da03cc
commit c743cc2ee4

View File

@ -15,7 +15,7 @@
# for use only by the backend binaries # for use only by the backend binaries
# #
# IDENTIFICATION # IDENTIFICATION
# $PostgreSQL: pgsql/src/port/Makefile,v 1.32 2006/06/26 18:40:50 momjian Exp $ # $PostgreSQL: pgsql/src/port/Makefile,v 1.33 2006/07/14 16:45:43 tgl Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -49,6 +49,8 @@ thread.o: thread.c
path.o: path.c pg_config_paths.h path.o: path.c pg_config_paths.h
path_srv.o: path.c pg_config_paths.h
# #
# Server versions of object files # Server versions of object files
# #