summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:16:45 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:16:45 +0000
commit11b672f33750c77b2706dad1d07eaf89d37fcd37 (patch)
treed013aed40d1e7e85cafe069daf287dc014927689
parent99346f74a4ee6b638a2fbb5a5edef506d379d531 (diff)
Print out what the assembler is doing to figure out why it's not working.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f812540646..4cfd1bb29f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -407,6 +407,7 @@ $(srcdir)/enc/jis/props.h: enc/jis/props.kwd
.s.@OBJEXT@:
@$(ECHO) assembling $<
$(MAKEDIRS) $(@D)
+ @$(ECHO) $(Q) $(AS) $(ASFLAGS) -o $@ $<
$(Q) $(AS) $(ASFLAGS) -o $@ $<
.c.S: