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:
fb29ccc
)
Another change for FRONTEND snprintf.c.
author
Bruce Momjian
<
[email protected]
>
Sun, 20 Mar 2005 02:40:28 +0000
(
02:40
+0000)
committer
Bruce Momjian
<
[email protected]
>
Sun, 20 Mar 2005 02:40:28 +0000
(
02:40
+0000)
src/port/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/port/Makefile
b/src/port/Makefile
index bdf7bb998a7d802e7405d04b152e8907af28c831..6d4c2bc645d1ba6e60d2de7e2a4fc910c698692a 100644
(file)
--- a/
src/port/Makefile
+++ b/
src/port/Makefile
@@
-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 $@