summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--tool/mjit_archflag.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 11063e78b6..4aec5e244d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -606,6 +606,7 @@ mjit_config.h:
quote "MJIT_DLDFLAGS MJIT_ARCHFLAG" $(MJIT_DLDFLAGS); \
quote "MJIT_LIBS " $(LIBRUBYARG_SHARED); \
quote 'PRELOADENV "@PRELOADENV@"'; \
+ indent=$${archs:+' '}; \
define_arch_flags; \
echo; \
echo '#endif /* RUBY_MJIT_CONFIG_H */'; \
diff --git a/tool/mjit_archflag.sh b/tool/mjit_archflag.sh
index 9bd350b9ef..8b5c9ab77f 100644
--- a/tool/mjit_archflag.sh
+++ b/tool/mjit_archflag.sh
@@ -29,7 +29,6 @@ parse_arch_flags() {
}
define_arch_flags() {
- local indent=${archs:+' '}
${archs:+echo} ${archs:+'#if 0'}
for arch in $archs; do
echo "#elif defined __${arch}__"