From 06f9b7792240e02be491493d1ade8b8d1a4562c5 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 20 Oct 1995 23:44:22 +0000 Subject: (SRCS): Remove devio.c, add msg.c and storeinfo.c. --- ext2fs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext2fs/Makefile') diff --git a/ext2fs/Makefile b/ext2fs/Makefile index 0895866c..bd734407 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -20,8 +20,8 @@ dir := ext2fs makemode := server target = ext2fs -SRCS = balloc.c bitmap.c devio.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \ - inode.c pager.c pokel.c truncate.c +SRCS = balloc.c bitmap.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \ + inode.c pager.c pokel.c truncate.c storeinfo.c msg.c OBJS = $(SRCS:.c=.o) LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h -- cgit v1.2.3