diff options
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r-- | ext2fs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile index ad3e0e3d..eae9b4a4 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -15,14 +15,14 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -dir := ext21fs +dir := ext2fs makemode := server SRCS alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \ sizes.c subr.c tables.c bmap.c pokeloc.c OBJS = $(SRCS:.c=.o) exec_server_image.o LCLHDRS = ext2fs.h fs.h ext2_fs.h ext2_fs_sb.h ext2_fs_i.h -DIST_FILE = BROKEN +DIST_FILES = BROKEN REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\ ../hurd/ioserver.h ../hurd/fshelp.h #HURDLIBS = libdiskfs libports libdiskfs libpager libioserver \ |