diff options
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile index efeca28a..b27d4b8a 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -19,7 +19,7 @@ dir := ext2fs makemode := servers -target = ext2fs ext2fs.static +targets = ext2fs ext2fs.static 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) |