aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-05-17 12:22:20 +0300
committerLoïc Hoguin <[email protected]>2015-05-17 12:22:20 +0300
commit770817b0e1a35088528b1c36f76e8dcda7b7bcc0 (patch)
treefdcfc7cb3438024f2947eca2249bdd5db630ed1d /core
parentf8224ed56e141013b636e556f24ff00a7724b0d9 (diff)
downloaderlang.mk-770817b0e1a35088528b1c36f76e8dcda7b7bcc0.tar.gz
erlang.mk-770817b0e1a35088528b1c36f76e8dcda7b7bcc0.tar.bz2
erlang.mk-770817b0e1a35088528b1c36f76e8dcda7b7bcc0.zip
Fix port_specs with multiple input files
Diffstat (limited to 'core')
-rw-r--r--core/deps.mk4
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() ->