diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:37:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:37:22 +0000 |
commit | b5b24837bba07e623cdf35f7bb1161ca2bcbdacb (patch) | |
tree | 77e10e47b63405c22248440779be88b9c7b5d8cc /hurd/Makefile | |
parent | 94bc371e74e93e1db2e483676a07090047fe24ea (diff) |
2002-06-09 Roland McGrath <roland@frob.com>
* version.h: New file.
* Makefile (INSTHDRS): Add it.
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 078c80ab..ea964446 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -21,7 +21,7 @@ makemode := misc hdrs = $(wildcard $(srcdir)/*.defs $(srcdir)/*.h) DIST_FILES = subsystems $(notdir $(hdrs)) ioctl-tmpl.sym ioctl.awk gensym.awk -INSTHDRS = hurd_types.h ioctl_types.h paths.h shared.h \ +INSTHDRS = hurd_types.h version.h ioctl_types.h paths.h shared.h \ $(notdir $(wildcard $(srcdir)/*.defs)) include ../Makeconf |