projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1814649
)
No server version of snprintf needed, so remove Makefile rule.
author
Bruce Momjian
<
[email protected]
>
Fri, 12 Aug 2005 19:45:14 +0000
(19:45 +0000)
committer
Bruce Momjian
<
[email protected]
>
Fri, 12 Aug 2005 19:45:14 +0000
(19:45 +0000)
src/port/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/port/Makefile
b/src/port/Makefile
index 52b8acfb9413f537ff838ca41ce0dc222bd7ddc2..d6b35eb4340ad8b4f96c9897c011cba98252d46a 100644
(file)
--- a/
src/port/Makefile
+++ b/
src/port/Makefile
@@
-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 $@