summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-08-12 19:45:14 +0000
committerBruce Momjian <bruce@momjian.us>2005-08-12 19:45:14 +0000
commit88a2b5c10fb3626bda3a055423b5b3a5dc4fe45b (patch)
tree669e5f52201b8a7dad9ffcc083f8e95d293bdac2 /src
parent3b0ee862d6c125324d7b953f80b2cdd17afcaff8 (diff)
No server version of snprintf needed, so remove Makefile rule.
Diffstat (limited to 'src')
-rw-r--r--src/port/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/port/Makefile b/src/port/Makefile
index 45f4c69c1dd..2b5b50a914c 100644
--- 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.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 $
#
#-------------------------------------------------------------------------
@@ -66,9 +66,6 @@ exec_srv.o: exec.c
getaddrinfo_srv.o: getaddrinfo.c
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
-snprintf_srv.o: snprintf.c
- $(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
-
# No thread flags for server version
thread_srv.o: thread.c
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@