From dcf8f5b059e9ae3f767dc4069859dceba756328a Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 17 Sep 1996 16:43:48 +0000 Subject: *** empty log message *** --- hurd/ChangeLog | 4 ++++ hurd/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 562729b5..a16e5dce 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 10 11:11:20 1996 Thomas Bushnell, n/BSG + + * Makefile (INSTHDRS): Omit `version.h'. + Thu Sep 5 10:39:40 1996 Thomas Bushnell, n/BSG * version.h: File removed. diff --git a/hurd/Makefile b/hurd/Makefile index 37ccddb4..53436d87 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -21,7 +21,7 @@ makemode := misc hdrs = $(wildcard $(srcdir)/*.defs $(srcdir)/*.h) DIST_FILES = subsystems $(notdir $(hdrs)) -INSTHDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h \ +INSTHDRS = hurd_types.h ioctl_types.h paths.h shared.h \ $(notdir $(wildcard $(srcdir)/*.defs)) include ../Makeconf -- cgit v1.2.3