summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-14 06:49:05 +0000
committerNeil Brown <neilb@suse.de>2005-06-14 06:49:05 +0000
commitc7654afc29a0f4a7920f134ccc968548b8d0a598 (patch)
treeaef70667b3f5fec7db9527970dd168c1140c3a6f /Makefile
parentfe6729fa8cde33bce8d693e3f082fae688b1ff09 (diff)
downloadmdadm-c7654afc29a0f4a7920f134ccc968548b8d0a598.tar.gz
mdadm-c7654afc29a0f4a7920f134ccc968548b8d0a598.tar.xz
mdadm-c7654afc29a0f4a7920f134ccc968548b8d0a598.zip
Fix compiling of mdassemble
(again). Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77a4c23..cd40516 100644
--- a/Makefile
+++ b/Makefile
@@ -65,9 +65,10 @@ SRCS = mdadm.c config.c mdstat.c ReadMe.c util.c Manage.c Assemble.c Build.c \
mdopen.c super0.c super1.c bitmap.c
ASSEMBLE_SRCS := mdassemble.c Assemble.c config.c dlink.c util.c super0.c super1.c
+ASSEMBLE_FLAGS:= -DMDASSEMBLE
ifdef MDASSEMBLE_AUTO
ASSEMBLE_SRCS += mdopen.c mdstat.c
-ASSEMBLE_FLAGS = -DMDASSEMBLE_AUTO
+ASSEMBLE_FLAGS += -DMDASSEMBLE_AUTO
endif
all : mdadm mdadm.man md.man mdadm.conf.man