diff options
author | Fredrik Gustafsson <[email protected]> | 2012-08-24 14:31:22 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-08-24 14:31:22 +0200 |
commit | be7dd864c1c3be162a6963b6d2bad4092c0682a9 (patch) | |
tree | ef942e47003345f3aa01640ddc6958c7baaa0cc2 /erts/etc/common | |
parent | 0342137176c653c51cc3a78781888cfca8568650 (diff) | |
parent | 6dc42270b83fef1f2f975d2dc2d9fce3433347c0 (diff) | |
download | otp-be7dd864c1c3be162a6963b6d2bad4092c0682a9.tar.gz otp-be7dd864c1c3be162a6963b6d2bad4092c0682a9.tar.bz2 otp-be7dd864c1c3be162a6963b6d2bad4092c0682a9.zip |
Merge branch 'rc/fix-MP-compiler-flag/OTP-10211' into maint
Diffstat (limited to 'erts/etc/common')
-rw-r--r-- | erts/etc/common/erlc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/common/erlc.c b/erts/etc/common/erlc.c index 0223cc5274..9f05213c95 100644 --- a/erts/etc/common/erlc.c +++ b/erts/etc/common/erlc.c @@ -335,7 +335,7 @@ main(int argc, char** argv) /* Push the following options: * o makedep_phony */ - buf = strsave("makedep_add_missing"); + buf = strsave("makedep_phony"); PUSH2("@option", buf); break; default: |