From 88a2b5c10fb3626bda3a055423b5b3a5dc4fe45b Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 12 Aug 2005 19:45:14 +0000
Subject: [PATCH] No server version of snprintf needed, so remove Makefile
 rule.

---
 src/port/Makefile | 5 +----
 1 file changed, 1 insertion(+), 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 $@
-- 
GitLab