Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 88a2b5c

Browse files
committed
No server version of snprintf needed, so remove Makefile rule.
1 parent 3b0ee86 commit 88a2b5c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/port/Makefile

Lines changed: 1 addition & 4 deletions
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.27 2005/08/12 19:43:31 momjian Exp $
18+
# $PostgreSQL: pgsql/src/port/Makefile,v 1.28 2005/08/12 19:45:14 momjian Exp $
1919
#
2020
#-------------------------------------------------------------------------
2121

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

69-
snprintf_srv.o: snprintf.c
70-
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
71-
7269
# No thread flags for server version
7370
thread_srv.o: thread.c
7471
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@

0 commit comments

Comments
 (0)