diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-07-14 16:45:43 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-07-14 16:45:43 +0000 |
commit | c743cc2ee43c23185578dfb5e550110ad561ca6e (patch) | |
tree | c76bf26a9f1c2dcf16b8f5f6e9c40a45f969ebea /src | |
parent | a4f1da03cc6cef5b3608fb9e06c14184d77e1fcf (diff) | |
download | postgresql-c743cc2ee43c23185578dfb5e550110ad561ca6e.tar.gz postgresql-c743cc2ee43c23185578dfb5e550110ad561ca6e.zip |
Add dependency to fix parallel-make race condition. Alexander Dupuy
Diffstat (limited to 'src')
-rw-r--r-- | src/port/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/port/Makefile b/src/port/Makefile index 8d376f36380..1742eb85986 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -15,7 +15,7 @@ # for use only by the backend binaries # # 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_srv.o: path.c pg_config_paths.h + # # Server versions of object files # |