diff options
author | Roland McGrath <roland@gnu.org> | 2000-01-03 20:27:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-01-03 20:27:13 +0000 |
commit | 93a3b81b195bbc7c7af09c6ad6d4fc98a3c75f30 (patch) | |
tree | 316a5100b2f0a95a03f2fba09dc84918b0ffd75a /serverboot/Makefile | |
parent | 063e8f381ef476dd21c70a1308781d895783691d (diff) |
2000-01-03 Roland McGrath <roland@baalperazim.frob.com>
* file_io.h: Include "../ext2fs/ext2_fs.h" instead of "ext2_fs.h".
* ext2_file_io.c (search_directory): Use `struct ext2_dir_entry_2' in
place of `struct ext2_dir_entry', so as to grok newer dir formats.
* ext2_fs.h: File removed.
* Makefile (LCLHDRS): Remove it from the list.
* ffs_compat.c (EXT2_INODES_PER_BLOCK): New macro, no longer in
ext2_fs.h.
Diffstat (limited to 'serverboot/Makefile')
-rw-r--r-- | serverboot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/serverboot/Makefile b/serverboot/Makefile index d2ab975d..b274717e 100644 --- a/serverboot/Makefile +++ b/serverboot/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997 Free Software Foundation, Inc. +# Copyright (C) 1997, 1999 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 @@ -22,7 +22,7 @@ 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 \ panic.c elf-load.c gunzip.c bunzip2.c -LCLHDRS = assert.h disk_inode_ffs.h fs.h queue.h defs.h ext2_fs.h \ +LCLHDRS = assert.h disk_inode_ffs.h fs.h queue.h defs.h \ minix_ffs_compat.h wiring.h dir.h ffs_compat.h minix_fs.h \ disk_inode.h file_io.h minix_super.h mach-exec.h target = serverboot @@ -49,4 +49,4 @@ LDFLAGS += -static include ../Makeconf # Don't even bother. -CFLAGS := $(filter-out -Wall,$(CFLAGS))
\ No newline at end of file +CFLAGS := $(filter-out -Wall,$(CFLAGS)) |