From 32a86dd3da8a140e4374f4d09d24c0c9fdb41298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 13 May 2015 21:20:38 +0300 Subject: Add a hack to make proper work again It was between this and adding it to NO_AUTOPATCH. This has the advantage of not requiring rebar. --- core/deps.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') diff --git a/core/deps.mk b/core/deps.mk index 084d6b4..f44b9a3 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -133,6 +133,10 @@ define dep_autopatch_rebar.erl Write(io_lib:format("COMPILE_FIRST +=~s\n", [Names])) end end(), + case $(1) of + proper -> Write("\n# Proper hack.\napp::\n\t./write_compile_flags include/compile_flags.hrl\n"); + _ -> ok + end, Write("\ninclude ../../erlang.mk"), halt() endef -- cgit v1.2.3