From: Bruce Momjian Date: Fri, 12 Aug 2005 19:45:14 +0000 (+0000) Subject: No server version of snprintf needed, so remove Makefile rule. X-Git-Tag: REL9_0_0~9520 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=88a2b5c10fb3626bda3a055423b5b3a5dc4fe45b;p=pg-rex%2Fsyncrep.git No server version of snprintf needed, so remove Makefile rule. --- 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 $@