Browse Source

Merge branch 'fix_dtl_compilation' of git://github.com/acammack/erlang.mk

Loïc Hoguin 11 years ago
parent
commit
0f30f01dc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      erlang.mk

+ 1 - 1
erlang.mk

@@ -132,7 +132,7 @@ define compile_dtl
 		Compile = fun(F) -> \
 		Compile = fun(F) -> \
 			Module = list_to_atom( \
 			Module = list_to_atom( \
 				string:to_lower(filename:basename(F, ".dtl")) ++ "_dtl"), \
 				string:to_lower(filename:basename(F, ".dtl")) ++ "_dtl"), \
-			erlydtl_compiler:compile(F, Module, [{out_dir, "ebin/"}]) \
+			erlydtl:compile(F, Module, [{out_dir, "ebin/"}]) \
 		end, \
 		end, \
 		_ = [Compile(F) || F <- string:tokens("$(1)", " ")], \
 		_ = [Compile(F) || F <- string:tokens("$(1)", " ")], \
 		init:stop()'
 		init:stop()'