summaryrefslogtreecommitdiff
path: root/hurd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/Makefile')
-rw-r--r--hurd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index 80c6b165..2d61eeed 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -27,7 +27,7 @@ INSTHDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h \
include ../Makeconf
install-hdrs install: $(includedir)/hurd \
- $(addprefix $(includedir)/hurd,$(INSTHDRS))
+ $(addprefix $(includedir)/hurd/,$(INSTHDRS))
$(includedir)/hurd/%: $(srcdir)/%; $(INSTALL_DATA) $< $@