diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-02-28 13:00:27 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-02-28 13:00:27 -0800 |
commit | f08e9a26299db1972cb29a7e84b40b0cc9866bf2 (patch) | |
tree | cf58294441fc8481ce67696b075a6ff8378cbcea /sunrpc | |
parent | ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673 (diff) | |
download | glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.gz glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.xz glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.zip |
Fix fallout from Joseph's untested Makeconfig change.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 9ffcb23e97..a2722af5f7 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -56,9 +56,9 @@ headers-not-in-tirpc = $(addprefix rpc/,key_prot.h rpc_des.h) \ $(rpcsvc:%=rpcsvc/%) rpcsvc/bootparam.h headers = rpc/netdb.h install-others = $(inst_sysconfdir)/rpc -generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \ - $(rpcsvc:%.x=rpcsvc/%.stmp) rpcgen -generated-dirs := rpcsvc +generated += $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \ + $(rpcsvc:%.x=rpcsvc/%.stmp) rpcgen +generated-dirs += rpcsvc ifeq ($(link-obsolete-rpc),yes) headers += $(headers-in-tirpc) $(headers-not-in-tirpc) |