summaryrefslogtreecommitdiff
path: root/Makefile.build_config.in
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-05-10 18:48:14 +0200
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-05-11 12:48:50 +0200
commit7242606db68c20884ace4a1e4e7bea7be216b78c (patch)
treeb485ff3ddfd511ad283fc84bc0dfa5f2f8814a67 /Makefile.build_config.in
parenta66250f8fd320b3158e26cf04210e78a4fde4fe5 (diff)
downloadocaml-7242606db68c20884ace4a1e4e7bea7be216b78c.tar.gz
Merge runtime/Makefile in the root Makefile
This commit moves the computed dependencies of C files from runtime/.dep to .dep/runtime.
Diffstat (limited to 'Makefile.build_config.in')
-rw-r--r--Makefile.build_config.in2
1 files changed, 1 insertions, 1 deletions
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@