diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-30 16:51:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-30 16:51:04 +0000 |
commit | c7d2d479bfd4e87e57e3d2f138fab1f10828e733 (patch) | |
tree | 7438d2211ad863c99b5b0ea129fe4e015566ec37 /ext2fs | |
parent | 29d473ae060ba8e3583d1affc2380108aad1dc7c (diff) |
(targets): Renamed from `target'.
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) |