diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 23:42:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 23:42:39 +0000 |
commit | f0e455f4b70d9f3cfea7b031342eb30f26b03227 (patch) | |
tree | 2ca4f63b30a9bd6db064cf7f38b8df0c41347f97 | |
parent | 88950762f540beadc37d2f7a7b306a2e93362c55 (diff) |
(DIST_FILES): Reference *.h, instead of individual files.
-rw-r--r-- | hurd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 36fc51e1..d020bd09 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -18,8 +18,7 @@ dir := hurd makemode := misc -DIST_FILES = *.defs subsystems ioserver.h ports.h pager.h fshelp.h \ - diskfs.h trivfs.h cthreads.h netfs.h +DIST_FILES = *.defs subsystems *.h LCLHDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h include ../Makeconf |