From 11b672f33750c77b2706dad1d07eaf89d37fcd37 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 20 Nov 2018 10:16:45 +0000 Subject: [PATCH] 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 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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: