From f08e9a26299db1972cb29a7e84b40b0cc9866bf2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 28 Feb 2014 13:00:27 -0800 Subject: Fix fallout from Joseph's untested Makeconfig change. --- sunrpc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sunrpc') 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) -- cgit 1.4.1