summaryrefslogtreecommitdiff
path: root/serverboot
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-07-08 22:39:36 +0000
committerMiles Bader <miles@gnu.org>1997-07-08 22:39:36 +0000
commit7d435aab2c0aea9ee54250a3b2ce750ad6acd0f5 (patch)
treecbc12f72bbee20b3dbd64775a1d5b380152579fa /serverboot
parentb3c14dc05fa82774cd9e83233ba5c4f66b076ba4 (diff)
(SRCS):
Remove translate_root.c. (LCLHDRS): Remove translate_root.h.
Diffstat (limited to 'serverboot')
-rw-r--r--serverboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/serverboot/Makefile b/serverboot/Makefile
index ebb0b8be..12ff6375 100644
--- a/serverboot/Makefile
+++ b/serverboot/Makefile
@@ -21,13 +21,13 @@ makemode := utility
SRCS = bootstrap.c ffs_compat.c load.c wiring.c def_pager_setup.c \
ffs_file_io.c minix_ffs_compat.c default_pager.c file_io.c\
minix_file_io.c ext2_file_io.c kalloc.c strfcns.c exec.c \
- translate_root.c panic.c elf-load.c
+ panic.c elf-load.c
OBJS = $(subst .c,.o,$(SRCS)) boot_script.o memory_objectServer.o \
default_pagerServer.o excServer.o bootstrapServer.o \
memory_object_defaultServer.o
LCLHDRS = assert.h disk_inode_ffs.h fs.h queue.h defs.h ext2_fs.h \
minix_ffs_compat.h wiring.h dir.h ffs_compat.h minix_fs.h \
- disk_inode.h file_io.h minix_super.h translate_root.h mach-exec.h
+ disk_inode.h file_io.h minix_super.h mach-exec.h
target = serverboot
HURDLIBS = threads
installationdir = $(prefix)/boot