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 3b0ee86 commit 88a2b5cCopy full SHA for 88a2b5c
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.27 2005/08/12 19:43:31 momjian Exp $
+# $PostgreSQL: pgsql/src/port/Makefile,v 1.28 2005/08/12 19:45:14 momjian Exp $
19
20
#-------------------------------------------------------------------------
21
@@ -66,9 +66,6 @@ exec_srv.o: exec.c
66
getaddrinfo_srv.o: getaddrinfo.c
67
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
68
69
-snprintf_srv.o: snprintf.c
70
- $(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
71
-
72
# No thread flags for server version
73
thread_srv.o: thread.c
74
0 commit comments