summaryrefslogtreecommitdiff
path: root/hurd/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-14 00:55:48 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-14 00:55:48 +0000
commit99cd66cb5ae94a310f04279545279eecd3b5eba0 (patch)
tree696157b2b8d21f749c82b741a578ae58869990f8 /hurd/Makefile
parent95520e6ff57a58ae82e4877b1ae389aa2011d2a0 (diff)
(install-hdrs): New target; eq to install.
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 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 $@