summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-02 12:59:11 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-02 12:59:11 +0000
commit66eeabc4ac619fbe39e3939ba6800692e064f97e (patch)
treebf58bb17937b53f4d263cdd302e84f8b7d1335f6 /Makefile.in
parent6ea227b9c38956efabc56963d29b2a9ea551bb0d (diff)
merge revision(s) 59454,59954: [Backport #14118]
configure.in: use libtool * configure.in: use libtool on macOS to suppress a warning against debug_counter.o, which has no symbols unless USE_DEBUG_COUNTER is set to non-zero. configure.in: use newer libtool only git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@62636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 52618232b0..3976945156 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -164,7 +164,7 @@ RMDIRS = @RMDIRS@
RMALL = @RMALL@
NM = @NM@
AR = @AR@
-ARFLAGS = @ARFLAGS@
+ARFLAGS = @ARFLAGS@$(empty)
RANLIB = @RANLIB@
AS = @AS@
ASFLAGS = @ASFLAGS@ $(INCFLAGS)