summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-07 23:16:36 +0000
committerNeil Brown <neilb@suse.de>2005-06-07 23:16:36 +0000
commit570c05424705e5f9740567b3683a8d45b7a765f6 (patch)
tree12c4990153401b3079b3564ab85b0508b3cb8c39 /Makefile
parent024ce7fe2b6d06dc669d0b675a49c02910853a44 (diff)
downloadmdadm-570c05424705e5f9740567b3683a8d45b7a765f6.tar.gz
mdadm-570c05424705e5f9740567b3683a8d45b7a765f6.tar.xz
mdadm-570c05424705e5f9740567b3683a8d45b7a765f6.zip
Release 1.8.1 after some man page updates and other fixes.mdadm-1.11.1
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cec6ed6..dcb9b0f 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ OBJS = mdadm.o config.o mdstat.o ReadMe.o util.o Manage.o Assemble.o Build.o \
SRCS = mdadm.c config.c mdstat.c ReadMe.c util.c Manage.c Assemble.c Build.c \
Create.c Detail.c Examine.c Grow.c Monitor.c dlink.c Kill.c Query.c mdopen.c super0.c super1.c
-ASSEMBLE_SRCS := mdassemble.c Assemble.c config.c dlink.c util.c
+ASSEMBLE_SRCS := mdassemble.c Assemble.c config.c dlink.c util.c super0.c super1.c
ifdef MDASSEMBLE_AUTO
ASSEMBLE_SRCS += mdopen.c mdstat.c
ASSEMBLE_FLAGS = -DMDASSEMBLE_AUTO