diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/erlc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/erlc.mk b/core/erlc.mk index 80affca..64c5fa2 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 @@ -204,7 +204,7 @@ endef ebin/$(PROJECT).app:: $(ERL_FILES) $(CORE_FILES) $(if $(strip $?),$(call compile_erl,$?)) -$(sort $(ERL_FILES) $(CORE_FILES)): +$(sort $(ERL_FILES) $(CORE_FILES)):: @touch $@ endif |