From 099d602e825f20b59130dc4c8234de8ea870e78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 23 May 2022 11:40:03 +0200 Subject: Automatically add relx dependency on bootstrap-rel --- plugins/bootstrap.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index 7277d69..3d659f5 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -451,6 +451,8 @@ endif $(verbose) mkdir config/ $(verbose) $(call core_render,bs_sys_config,config/sys.config) $(verbose) $(call core_render,bs_vm_args,config/vm.args) + $(verbose) sed '/^include erlang.mk/i BUILD_DEPS += relx' Makefile > Makefile.tmp + $(verbose) mv Makefile.tmp Makefile new-app: ifndef in -- cgit v1.2.3