diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-17 18:30:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-17 18:30:27 +0000 |
commit | 66e9ca205732d9d35ac3b229608ed23e9bee91e5 (patch) | |
tree | 624a7716dc8734a4511c99aa5aedabef60f0fae5 /hurd/Makefile | |
parent | 93c1c3d1c54f0b72d861dbc298a3d1ecaab60c08 (diff) |
gs/install-hdrs/install-headers/g
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 2d61eeed..37ccddb4 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -26,7 +26,7 @@ INSTHDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h \ include ../Makeconf -install-hdrs install: $(includedir)/hurd \ +install-headers install: $(includedir)/hurd \ $(addprefix $(includedir)/hurd/,$(INSTHDRS)) $(includedir)/hurd/%: $(srcdir)/%; $(INSTALL_DATA) $< $@ |