aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compile_SUITE_data
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2012-03-08 07:50:06 +0100
committerHenrik Nord <[email protected]>2012-07-10 10:30:30 +0200
commit6dc42270b83fef1f2f975d2dc2d9fce3433347c0 (patch)
tree75b56f4bf25c2d787a2bca27b5d307d9a9a111a2 /lib/compiler/test/compile_SUITE_data
parentc075ac6484e3d5a93a0d870ab4483d39ae26eaec (diff)
downloadotp-6dc42270b83fef1f2f975d2dc2d9fce3433347c0.tar.gz
otp-6dc42270b83fef1f2f975d2dc2d9fce3433347c0.tar.bz2
otp-6dc42270b83fef1f2f975d2dc2d9fce3433347c0.zip
Fix the erlc -MP flag
Because of a copy-and-paste error in erlc.c, the -MP flag had the same effect as -MG. As a workaround, you had to pass +makedep_phony to enable the MP option. This patch makes -MP work as intended.
Diffstat (limited to 'lib/compiler/test/compile_SUITE_data')
-rw-r--r--lib/compiler/test/compile_SUITE_data/simple-phony.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/compiler/test/compile_SUITE_data/simple-phony.mk b/lib/compiler/test/compile_SUITE_data/simple-phony.mk
new file mode 100644
index 0000000000..c84bcedd2a
--- /dev/null
+++ b/lib/compiler/test/compile_SUITE_data/simple-phony.mk
@@ -0,0 +1,3 @@
+simple.beam: $(srcdir)/simple.erl $(srcdir)/include/simple.hrl
+
+$(srcdir)/include/simple.hrl: