summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-12-05 05:54:33 +0000
committerNeil Brown <neilb@suse.de>2005-12-05 05:54:33 +0000
commitc06487ce2061b7acfe6bc40bea7ad12393b0e4c6 (patch)
treea6aed423f10c74af40acd662ef09d060123904b7 /Makefile
parent8b0dabea0762e2cd786c1539845823ecd914657a (diff)
downloadmdadm-c06487ce2061b7acfe6bc40bea7ad12393b0e4c6.tar.gz
mdadm-c06487ce2061b7acfe6bc40bea7ad12393b0e4c6.tar.xz
mdadm-c06487ce2061b7acfe6bc40bea7ad12393b0e4c6.zip
Improve option parsing
stuff ====Do Not Remove==== Status: ok Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05b653b..81102ea 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ mdassemble : $(ASSEMBLE_SRCS) mdadm.h
mdassemble.static : $(ASSEMBLE_SRCS) mdadm.h
rm -f $(OBJS)
- $(CC) $(LDFLAGS) $(ASSEMBLE_FLAGS) -static -o mdassemble $(ASSEMBLE_SRCS)
+ $(CC) $(LDFLAGS) $(ASSEMBLE_FLAGS) -static -o mdassemble.static $(ASSEMBLE_SRCS)
mdassemble.uclibc : $(ASSEMBLE_SRCS) mdadm.h
rm -f $(OBJS)