diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 16:44:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 16:44:36 +0000 |
commit | cb4ae9887d19ec52c157ef1086f83599f22972dd (patch) | |
tree | eed2fdc6f1a78977b5d730555100125ed0a0f964 | |
parent | cb5156fdfe818c43af7f35b1417fca56ed5ca2aa (diff) |
(REMHDRS, dohdrs): Deleted targets.
-rw-r--r-- | hurd/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 6004b9c1..36fc51e1 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1993, 1994, 1995 Free Software Foundation +# Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -19,20 +19,8 @@ dir := hurd makemode := misc DIST_FILES = *.defs subsystems ioserver.h ports.h pager.h fshelp.h \ - diskfs.h trivfs.h cthreads.h + diskfs.h trivfs.h cthreads.h netfs.h LCLHDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h include ../Makeconf -# XXX This should be done by the individual libraries' install targets XXX -REMHDRS = ../libioserver/ioserver.h \ - ../libports/ports.h \ - ../libpager/pager.h \ - ../libfshelp/fshelp.h \ - ../libdiskfs/diskfs.h \ - ../libtrivfs/trivfs.h \ - ../libthreads/cthreads.h \ - ../libps/ps.h - -dohdrs: - ln -s $(REMHDRS) . |