aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/erlc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/erlc.mk b/core/erlc.mk
index 353f13b..39d1553 100644
--- a/core/erlc.mk
+++ b/core/erlc.mk
@@ -259,6 +259,7 @@ define makedep.erl
end
end,
ok = file:write_file("$(1)", [
+ "# Generated by Erlang.mk. Edit at your own risk!\n\n",
[[F, "::", [[" ", D] || D <- Deps], "; @touch \$$@\n"] || {F, Deps} <- Depend],
"\nCOMPILE_FIRST +=", [[" ", TargetPath(CF)] || CF <- CompileFirst], "\n"
]),