diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-09 05:25:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-09 05:25:25 +0000 |
commit | dcfb26a705e9a98508243a6519f5fb7790a53723 (patch) | |
tree | b069050df0f5eea446539fcbcbdba101fdd67e52 /hurd | |
parent | 5481bb895e08c75fab87e6cb53c8179fe65c2e8a (diff) | |
download | glibc-dcfb26a705e9a98508243a6519f5fb7790a53723.tar.gz glibc-dcfb26a705e9a98508243a6519f5fb7790a53723.tar.xz glibc-dcfb26a705e9a98508243a6519f5fb7790a53723.zip |
Sun Jun 9 01:11:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Makerules (make-target-directory): Use ./mkinstalldirs so we do not assume . is in PATH. Sat Jun 8 22:05:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * math/Makefile (distribute): Comment out addition of $(long-m-routines) sources until they are all written. * math/Makefile (distribute): Append long double source names to this instead of using elided-routines. Sat Jun 8 15:15:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * mach/mach_shortcuts.c: Obsolete file removed. * mach/mach_syscalls.h: Likewise. * hurd/Makefile (distribute): Consolidate defns into one. * time/Makefile (tzfiles): Add solar87 solar88 solar89.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 84e2bdf376..4f1f22c7c8 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -28,8 +28,6 @@ headers = hurd.h $(interface-headers) \ $(addprefix hurd/,fd.h id.h port.h signal.h sigpreempt.h ioctl.h\ userlink.h resource.h threadvar.h lookup.h) -distribute := hurdstartup.h hurdfault.h intr-rpc.defs STATUS - # The RPC interfaces go in a separate library. interface-library := libhurduser user-interfaces := $(addprefix hurd/,\ @@ -59,7 +57,7 @@ sig = hurdsig hurdfault siginfo hurd-raise preempt-sig \ dtable = dtable port2fd new-fd alloc-fd intern-fd \ getdport openport \ fd-close fd-read fd-write hurdioctl ctty-input ctty-output -distribute = intr-rpc.defs intr-rpc.h faultexc.defs +distribute = hurdstartup.h hurdfault.h faultexc.defs intr-rpc.defs intr-rpc.h # XXX this is a temporary hack; see hurdmalloc.h routines += hurdmalloc |