diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-14 00:55:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-14 00:55:48 +0000 |
commit | 99cd66cb5ae94a310f04279545279eecd3b5eba0 (patch) | |
tree | 696157b2b8d21f749c82b741a578ae58869990f8 | |
parent | 95520e6ff57a58ae82e4877b1ae389aa2011d2a0 (diff) |
(install-hdrs): New target; eq to install.
-rw-r--r-- | hurd/Makefile | 2 |
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 $@ |