diff options
author | Roland McGrath <roland@gnu.org> | 1995-11-14 17:07:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-11-14 17:07:19 +0000 |
commit | 1c0a010213190538312e2506f0d8a7437b9500cb (patch) | |
tree | 45e0417e76f661444dfdca8c395ed61722189aad /boot/Makefile | |
parent | 5fe5cbe4e1aa2b0b76c276f865b073812e986d0a (diff) |
(OBJS): Remove execServer.o.
Diffstat (limited to 'boot/Makefile')
-rw-r--r-- | boot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/boot/Makefile b/boot/Makefile index 2100748e..516985b6 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -1,6 +1,6 @@ # Copyright (C) 1993, 1994, 1995 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. @@ -19,7 +19,7 @@ dir := boot makemode := utility SRCS = mach-crt0.c boot.c tcattr.c sigvec.S syscall.S boot_script.c -OBJS = mach-crt0.o boot.o notifyServer.o execServer.o ourdeviceServer.o \ +OBJS = mach-crt0.o boot.o notifyServer.o ourdeviceServer.o \ ioServer.o io_replyUser.o device_replyUser.o sigvec.o syscall.o \ termServer.o tcattr.o bootstrapServer.o boot_script.o LCLHDRS = boot_script.h @@ -45,6 +45,6 @@ boot: ../libthreads/libthreads.a boot.1: boot frankemul.ld $(LD) -o boot.1 -T frankemul.ld boot -boot.a: boot.1 +boot.a: boot.1 $(OBJCOPY) -S --remove-section=.comment -O a.out-mach3 \ boot.1 boot.a |