diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-09 20:23:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-09 20:23:57 +0000 |
commit | d0af689461cc4629ec2761f4009187e22f40fa8f (patch) | |
tree | 508bc49228a5da668907599277ec92393e6c4551 /proc/Makefile | |
parent | 44c2d860bf7695a2d8d0534b995102b4ba815587 (diff) |
(DIST_FILES): Remove proc_excrepl.defs.
(MIGSTUBS): Remove its objects.
Diffstat (limited to 'proc/Makefile')
-rw-r--r-- | proc/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/proc/Makefile b/proc/Makefile index 1ba6dc49..ab3ff6ee 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -1,6 +1,6 @@ -# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. # This file is part of the GNU Hurd. -# +# # The GNU Hurd is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) @@ -10,7 +10,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with the GNU Hurd; see the file COPYING. If not, write to # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. @@ -22,15 +22,14 @@ target = proc SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c \ cpu-types.c stubs.c LCLHDRS = proc.h -DIST_FILES = proc_exc.defs proc_excrepl.defs ourmsg.defs +DIST_FILES = proc_exc.defs ourmsg.defs MIGSTUBS = processServer.o notifyServer.o process_replyUser.o \ - ourmsgUser.o interruptServer.o proc_excUser.o proc_excServer.o \ - proc_excreplUser.o proc_excreplServer.o + ourmsgUser.o interruptServer.o proc_excUser.o proc_excServer.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) MIGSFLAGS ="-DPROCESS_INTRAN=pstruct_t reqport_find (process_t)" \ - "-DPROCESS_IMPORTS=import \"proc.h\";" + "-DPROCESS_IMPORTS=import \"proc.h\";" proc: $(OBJS) ../libthreads/libthreads.a ../libihash/libihash.a |