summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/port/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/port/Makefile b/src/port/Makefile
index 45f4c69c1d..2b5b50a914 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 $@