summaryrefslogtreecommitdiff
path: root/ext2fs/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-30 16:51:04 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-30 16:51:04 +0000
commitc7d2d479bfd4e87e57e3d2f138fab1f10828e733 (patch)
tree7438d2211ad863c99b5b0ea129fe4e015566ec37 /ext2fs/Makefile
parent29d473ae060ba8e3583d1affc2380108aad1dc7c (diff)
(targets): Renamed from `target'.
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r--ext2fs/Makefile2
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)