We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f1da0 commit c743cc2Copy full SHA for c743cc2
src/port/Makefile
@@ -15,7 +15,7 @@
15
# for use only by the backend binaries
16
#
17
# IDENTIFICATION
18
-# $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 $
19
20
#-------------------------------------------------------------------------
21
@@ -49,6 +49,8 @@ thread.o: thread.c
49
50
path.o: path.c pg_config_paths.h
51
52
+path_srv.o: path.c pg_config_paths.h
53
+
54
55
# Server versions of object files
56
0 commit comments