aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-11 05:36:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-11 05:36:56 +0000
commitf0995867968c2012d361ded386c970baa37c039c (patch)
treec06ca3e2ad4fe4d50b775948a277e863c646fb72 /Makefile.in
parent0e6505f42decf6a4ef0c5c2076172b119a01b238 (diff)
downloadruby-f0995867968c2012d361ded386c970baa37c039c.tar.gz
configure.in: link the DWARF debug information
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 90a8aaf561..b1da163cb4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -225,6 +225,7 @@ miniruby$(EXEEXT):
@-if test -f $@; then $(MV) -f $@ $@.old; $(RM) $@.old; fi
$(ECHO) linking $@
$(Q) $(PURIFY) $(CC) $(LDFLAGS) $(XLDFLAGS) $(NORMALMAINOBJ) $(MINIOBJS) $(COMMONOBJS) $(MAINLIBS) $(LIBS) $(OUTFLAG)$@
+ $(Q) $(POSTLINK)
$(PROGRAM):
@$(RM) $@