diff options
author | Fredrik Gustafsson <[email protected]> | 2012-08-24 14:32:10 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-08-24 14:32:10 +0200 |
commit | 9997bcfb630d860b9eeae29a08d953dc9afea01f (patch) | |
tree | b485a504c8f97154e88d43e44ade2dfc91ecb2e8 /lib/compiler/test/compile_SUITE_data/simple-phony.mk | |
parent | 7bb7e63fbada714655f0860a2d1daacbdc0d4712 (diff) | |
parent | be7dd864c1c3be162a6963b6d2bad4092c0682a9 (diff) | |
download | otp-9997bcfb630d860b9eeae29a08d953dc9afea01f.tar.gz otp-9997bcfb630d860b9eeae29a08d953dc9afea01f.tar.bz2 otp-9997bcfb630d860b9eeae29a08d953dc9afea01f.zip |
Merge branch 'maint'
* maint:
Fix the erlc -MP flag
Diffstat (limited to 'lib/compiler/test/compile_SUITE_data/simple-phony.mk')
-rw-r--r-- | lib/compiler/test/compile_SUITE_data/simple-phony.mk | 3 |
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: |