aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compile_SUITE_data/simple.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-02-18 12:31:59 +0100
committerBjörn Gustavsson <[email protected]>2011-02-18 13:28:16 +0100
commitead290043efcb61a50f61a8f4c777d3d26824211 (patch)
tree2d6d859322a26630e3b6ed2d1e16a0139874a0c0 /lib/compiler/test/compile_SUITE_data/simple.erl
parent08cec89bb1e781157a75c13e72562258b271b469 (diff)
parentdd3e666c5114f81c9518e9f5ba14959ced079ab6 (diff)
downloadotp-ead290043efcb61a50f61a8f4c777d3d26824211.tar.gz
otp-ead290043efcb61a50f61a8f4c777d3d26824211.tar.bz2
otp-ead290043efcb61a50f61a8f4c777d3d26824211.zip
Merge branch 'jp/dependencies_makefile' into dev
* jp/dependencies_makefile: Add dependencies Makefile generation to erlc(1) and compile(3) Conflicts: lib/compiler/test/compile_SUITE.erl OTP-9065
Diffstat (limited to 'lib/compiler/test/compile_SUITE_data/simple.erl')
-rw-r--r--lib/compiler/test/compile_SUITE_data/simple.erl6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/compiler/test/compile_SUITE_data/simple.erl b/lib/compiler/test/compile_SUITE_data/simple.erl
index 2021056388..0c1c70a778 100644
--- a/lib/compiler/test/compile_SUITE_data/simple.erl
+++ b/lib/compiler/test/compile_SUITE_data/simple.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1997-2009. All Rights Reserved.
+%% Copyright Ericsson AB 1997-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -37,3 +37,7 @@ foo() ->
{?included_value, ?foo_value}.
-endif.
+
+-ifdef(include_generated).
+-include("generated.hrl").
+-endif.