summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index 5d90db5b..392234be 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -25,7 +25,7 @@ LCLHDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h
include ../Makeconf
# XXX not ideal
-install: $(includedir)/hurd \
+install-hdrs install: $(includedir)/hurd \
$(patsubst $(srcdir)/%,$(includedir)/hurd/%,$(hdrs))
$(includedir)/hurd/%: $(srcdir)/%; $(INSTALL_DATA) $< $@
$(includedir)/hurd:;mkdir -p $@