diff options
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 363aeeaa98..bb63065383 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -73,7 +73,7 @@ include ../Rules # from $(subdirs), and this rule arranges for the header in question # to get installed. install-headers-nosubdir: $(includedir)/rpc/netdb.h -$(includedir)/rpc/netdb.h: $(top_srcdir)/sunrpc/rpc/netdb.h +$(includedir)/rpc/netdb.h: $(..)sunrpc/rpc/netdb.h $(do-install) |