From 1c0a010213190538312e2506f0d8a7437b9500cb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 Nov 1995 17:07:19 +0000 Subject: (OBJS): Remove execServer.o. --- boot/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'boot/Makefile') 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 -- cgit v1.2.3