From 52613ac73111240a7f46ac870fe9cafe95497630 Mon Sep 17 00:00:00 2001 From: Adam Cammack Date: Tue, 18 Feb 2014 17:10:31 -0600 Subject: Change erlydtl call to work with old and new releases --- erlang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erlang.mk') diff --git a/erlang.mk b/erlang.mk index 1e0a05e..c2954f7 100644 --- a/erlang.mk +++ b/erlang.mk @@ -132,7 +132,7 @@ define compile_dtl Compile = fun(F) -> \ Module = list_to_atom( \ string:to_lower(filename:basename(F, ".dtl")) ++ "_dtl"), \ - erlydtl_compiler:compile(F, Module, [{out_dir, "ebin/"}]) \ + erlydtl:compile(F, Module, [{out_dir, "ebin/"}]) \ end, \ _ = [Compile(F) || F <- string:tokens("$(1)", " ")], \ init:stop()' -- cgit v1.2.3