From 770817b0e1a35088528b1c36f76e8dcda7b7bcc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 17 May 2015 12:22:20 +0300 Subject: Fix port_specs with multiple input files --- core/deps.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') 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() -> -- cgit v1.2.3