diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-16 16:14:26 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-16 16:14:26 +0000 |
commit | b4992e9e89a0763493f9c98621540805039b0d24 (patch) | |
tree | fca06bb5313c34ce7d26b2bd3d67ba0ed84e190e /hurd/Makefile | |
parent | 6fc6216d4241e0adc26e932f41c8ab77ad928a30 (diff) |
(install-hdrs install): Correctly form pathname.
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 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) $< $@ |