8000
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 614fcbe commit 83ebbfaCopy full SHA for 83ebbfa
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.22 2005/03/20 02:39:33 momjian Exp $
+# $PostgreSQL: pgsql/src/port/Makefile,v 1.23 2005/03/20 02:40:28 momjian Exp $
19
20
#-------------------------------------------------------------------------
21
@@ -67,6 +67,9 @@ exec_srv.o: exec.c
67
getaddrinfo_srv.o: getaddrinfo.c
68
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
69
70
+snprintf_srv.o: snprintf.c
71
+ $(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
72
+
73
# No thread flags for server version
74
thread_srv.o: thread.c
75
0 commit comments