projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f1da0
)
Add dependency to fix parallel-make race condition. Alexander Dupuy
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 14 Jul 2006 16:45:43 +0000
(16:45 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 14 Jul 2006 16:45:43 +0000
(16:45 +0000)
src/port/Makefile
patch
|
blob
|
history
diff --git
a/src/port/Makefile
b/src/port/Makefile
index 8d376f36380bbfcfae6fdc83f544c29210f87bb1..1742eb859864ea8fb05def82061cae94256a85de 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.3
2 2006/06/26 18:40:50 momjian
Exp $
+# $PostgreSQL: pgsql/src/port/Makefile,v 1.3
3 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
#