From: Bruce Momjian Date: Sun, 20 Mar 2005 02:40:28 +0000 (+0000) Subject: Another change for FRONTEND snprintf.c. X-Git-Tag: REL9_0_0~10568 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=83ebbfac75f8d673021a1f9837dc9a16506f0a0d;p=pg-rex%2Fsyncrep.git Another change for FRONTEND snprintf.c. --- diff --git a/src/port/Makefile b/src/port/Makefile index 85a690fbc2..40383ee7e1 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.22 2005/03/20 02:39:33 momjian Exp $ +# $PostgreSQL: pgsql/src/port/Makefile,v 1.23 2005/03/20 02:40:28 momjian Exp $ # #------------------------------------------------------------------------- @@ -67,6 +67,9 @@ 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 $@