aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/erlc.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/erlc.mk b/core/erlc.mk
index 80affca..f3fccd7 100644
--- a/core/erlc.mk
+++ b/core/erlc.mk
@@ -179,7 +179,7 @@ define makedep.erl
({attribute, _, file, {Dep, _}}, Acc) -> AddHd(Dep, Acc);
(_, Acc) -> Acc
end, [], Forms)),
- [F, ":", [[" ", D] || D <- Deps], "\n", CompileFirst(Deps)];
+ [F, "::", [[" ", D] || D <- Deps], "\n", CompileFirst(Deps)];
{error, enoent} ->
[]
end
@@ -203,9 +203,6 @@ endef
ebin/$(PROJECT).app:: $(ERL_FILES) $(CORE_FILES)
$(if $(strip $?),$(call compile_erl,$?))
-
-$(sort $(ERL_FILES) $(CORE_FILES)):
- @touch $@
endif
clean:: clean-app