Skip to content

Commit 83ebbfa

Browse files
committed
Another change for FRONTEND snprintf.c.
1 parent 614fcbe commit 83ebbfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/port/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# for use only by the backend binaries
1616
#
1717
# IDENTIFICATION
18-
# $PostgreSQL: pgsql/src/port/Makefile,v 1.22 2005/03/20 02:39:33 momjian Exp $
18+
# $PostgreSQL: pgsql/src/port/Makefile,v 1.23 2005/03/20 02:40:28 momjian Exp $
1919
#
2020
#-------------------------------------------------------------------------
2121

@@ -67,6 +67,9 @@ exec_srv.o: exec.c
6767
getaddrinfo_srv.o: getaddrinfo.c
6868
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
6969

70+
snprintf_srv.o: snprintf.c
71+
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
72+
7073
# No thread flags for server version
7174
thread_srv.o: thread.c
7275
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy