projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7284c36
)
Add dependency to fix parallel-make race condition. Alexander Dupuy
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 14 Jul 2006 16:45:55 +0000
(16:45 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 14 Jul 2006 16:45:55 +0000
(16:45 +0000)
src/port/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/port/Makefile
b/src/port/Makefile
index a3bbb73e2244f1a6404ea350ed2b89b8986cb4ef..de686e758dc0e308b8c4c6556ccdd3b2f4f3c5bc 100644
(file)
--- 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.21.4.
1 2006/05/08 02:18:21 momjian
Exp $
+# $PostgreSQL: pgsql/src/port/Makefile,v 1.21.4.
2 2006/07/14 16:45:55 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
#