diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/deps.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/deps.mk b/core/deps.mk index 6219f76..f54d972 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -222,8 +222,8 @@ define dep_autopatch_rebar.erl [["override ", K, " = $$$$\(shell echo ", Escape(V), "\)\n"] || {_, K, V} <- Env], "\nall:\n\t$$$$\(CC\) $$$$\(CFLAGS\) $$$$\(LDLIBS\) $$$$\(LDFLAGS\) ", - "-o $(DEPS_DIR)/$(1)/", Output, " ", - [["../", F] || F <- Input] + "-o $(DEPS_DIR)/$(1)/", Output, + [[" ../", F] || F <- Input] ]) end, fun() -> |