summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2008-10-28 10:12:20 -0400
committerSteve Dickson <steved@redhat.com>2008-10-28 10:12:20 -0400
commit3d33ad8d37ea2f955a8b06beedade424bc22efbc (patch)
tree098e022a96a69ad719e5daab5fb6b8b8377dde56
parent1ee34cfa8cf3ce56f43690eba44215aafb1835a5 (diff)
downloadrpcbind-3d33ad8d37ea2f955a8b06beedade424bc22efbc.tar.gz
rpcbind: Squelch make warnings
Eliminate make warnings when building rpcbind and rpcinfo: make[3]: Circular security.o <- security.o dependency dropped. make[3]: Circular util.o <- security.o dependency dropped. make[3]: Circular util.o <- util.o dependency dropped. make[3]: Circular util.o <- check_bound.o dependency dropped. make[3]: Circular pmap_svc.o <- security.o dependency dropped. make[3]: Circular pmap_svc.o <- util.o dependency dropped. make[3]: Circular pmap_svc.o <- check_bound.o dependency dropped. make[3]: Circular pmap_svc.o <- pmap_svc.o dependency dropped. and so on. Apparently src/Makefile.am needs either a list of source files or a list of object files, but not both. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--src/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d66b43f..cc0a85b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,9 +31,4 @@ rpcbind_LDFLAGS = -lpthread -ltirpc
rpcbind_LDADD = $(LIB_TIRPC)
AM_CPPFLAGS = -I/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
-DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO
-
-$(rpcbind_OBJECTS) : security.o util.o check_bound.o pmap_svc.o \
- rpcb_svc.o rpcb_svc_com.o rpcb_svc_4.o \
- rpcb_stat.o rpcbind.o warmstart.o
-$(rpcinfo_OBJECTS) : rpcinfo.o