From 7242606db68c20884ace4a1e4e7bea7be216b78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Tue, 10 May 2022 18:48:14 +0200 Subject: Merge runtime/Makefile in the root Makefile This commit moves the computed dependencies of C files from runtime/.dep to .dep/runtime. --- Makefile.build_config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.build_config.in') diff --git a/Makefile.build_config.in b/Makefile.build_config.in index 7a150ba91b..54bfb16232 100644 --- a/Makefile.build_config.in +++ b/Makefile.build_config.in @@ -61,7 +61,7 @@ datarootdir = @datarootdir@ DOCDIR=@docdir@ # Platform-dependent assembler files to use to build the runtime -runtime_ASM_OBJECTS = @runtime_asm_objects@ +runtime_ASM_OBJECTS = $(addprefix runtime/,@runtime_asm_objects@) # Platform-dependent module for ocamlyacc ocamlyacc_WSTR_MODULE = @ocamlyacc_wstr_module@ -- cgit v1.2.1