diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2011-05-10 15:49:03 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2011-05-10 15:49:03 +0000 |
commit | 4b968931720cdf273465db07be69802e60304981 (patch) | |
tree | 9d0127d8b5164ead32571f32ab4e80661987dc43 /libc/sunrpc/Makefile | |
parent | 9dffe5df04949a0dd0f37832415009bf84d882b6 (diff) | |
download | eglibc2-4b968931720cdf273465db07be69802e60304981.tar.gz |
Merge changes between r13697 and r13758 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@13759 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sunrpc/Makefile')
-rw-r--r-- | libc/sunrpc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libc/sunrpc/Makefile b/libc/sunrpc/Makefile index 49e9f4924..b01b08e18 100644 --- a/libc/sunrpc/Makefile +++ b/libc/sunrpc/Makefile @@ -49,12 +49,13 @@ subdir := sunrpc rpcsvc = bootparam_prot.x nlm_prot.x rstat.x \ yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \ rusers.x spray.x nfs_prot.x rquota.x key_prot.x -headers_in_tirpc = $(addprefix rpc/,auth.h auth_unix.h clnt.h pmap_clnt.h \ +headers-in-tirpc = $(addprefix rpc/,auth.h auth_unix.h clnt.h pmap_clnt.h \ pmap_prot.h pmap_rmt.h rpc.h rpc_msg.h \ svc.h svc_auth.h types.h xdr.h auth_des.h \ des_crypt.h) -headers_not_in_tirpc = $(addprefix rpc/,netdb.h key_prot.h rpc_des.h) \ +headers-not-in-tirpc = $(addprefix rpc/,key_prot.h rpc_des.h) \ $(rpcsvc:%=rpcsvc/%) rpcsvc/bootparam.h +headers = rpc/netdb.h generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \ $(rpcsvc:%.x=rpcsvc/%.stmp) rpcgen generated-dirs := rpcsvc @@ -98,7 +99,7 @@ rpcgen-objs = rpc_main.o rpc_hout.o rpc_cout.o rpc_parse.o \ rpc_tblout.o rpc_sample.o # These headers are part of rpcgen. distribute := proto.h rpc_util.h rpc_parse.h rpc_scan.h \ - $(headers_in_tirpc) $(headers_not_in_tirpc) \ + $(headers-in-tirpc) $(headers-not-in-tirpc) \ $(rpcgen-objs:.o=.c) etc.rpc \ errqueue.h extra-objs-$(OPTION_EGLIBC_SUNRPC) += $(rpcgen-objs) |