diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
commit | 395f6db4c8a51fbce0ed596d9b1d20678f77fad2 (patch) | |
tree | 77f5da665937f0c9baf56087b5a0522fc6f3509c /proc | |
parent | 0e6dfab61275d138c5572cd61b151984014555bf (diff) |
Removed dependencies that are now automatically generated.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/proc/Makefile b/proc/Makefile index ba8bb27f..1a9fb6d0 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -37,14 +37,6 @@ target = proc include ../Makeconf -$(OBJS): proc.h -wait.o host.o info.o mgt.o pgrp.o: process_S.h -msg.o: process_reply_U.h -notify.o: notify_S.h -pgrp.o: ourmsg_U.h -wait.o: process_reply_U.h ourmsg_U.h interrupt_S.h -mgt.o: proc_exc_S.h proc_exc_U.h proc_excrepl_U.h proc_excrepl_S.h ourmsg_U.h - # The reason for -Dout= is to prevent errors for get_init_port, # get_init_ports, get_init_int, get_init_ints, get_dtable, and get_fd. # We don't use those, so we're safe in breaking them. |