diff options
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 7d0e9713b8..deafb1ec3d 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -74,9 +74,10 @@ include ../Rules # to get installed. sunrpc-headers = netdb.h pmap_prot.h xdr.h types.h auth.h \ rpc_msg.h auth_unix.h -installed-sunrpc-headers = $(addprefix $(includedir)/rpc/,$(sunrpc-headers)) +installed-sunrpc-headers = $(addprefix $(inst_includedir)/rpc/, \ + $(sunrpc-headers)) install-headers-nosubdir: $(installed-sunrpc-headers) -$(installed-sunrpc-headers): $(includedir)/%: $(..)sunrpc/% +$(installed-sunrpc-headers): $(inst_includedir)/%: $(..)sunrpc/% $(do-install) |