summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.com>2016-01-13 00:01:02 +0100
committerNeilBrown <neilb@suse.com>2016-01-13 00:01:02 +0100
commitef639064b63e704e4fae0d2b89a35730cc83d613 (patch)
tree6f4dd8a0d52f798fc9eb069cea7fe6fdcf91c360 /Makefile
parentFix wrong description in manpage (diff)
downloadmdadm-ef639064b63e704e4fae0d2b89a35730cc83d613.tar.xz
mdadm-ef639064b63e704e4fae0d2b89a35730cc83d613.zip
restripe: fix compilation of "make test"
Signed-off-by: NeilBrown <neilb@suse.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fde2e63a..ce2abfa0 100644
--- a/Makefile
+++ b/Makefile
@@ -211,7 +211,7 @@ mdmon : $(MON_OBJS) | check_rundir
msg.o: msg.c msg.h
test_stripe : restripe.c xmalloc.o mdadm.h
- $(CC) $(CXFLAGS) $(LDFLAGS) -o test_stripe xmalloc.o -DMAIN restripe.c
+ $(CC) $(CFLAGS) $(CXFLAGS) $(LDFLAGS) -o test_stripe xmalloc.o -DMAIN restripe.c
raid6check : raid6check.o mdadm.h $(CHECK_OBJS)
$(CC) $(CXFLAGS) $(LDFLAGS) -o raid6check raid6check.o $(CHECK_OBJS)