aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-31 04:04:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-31 04:04:10 +0000
commit9fdc165a0b29ff9c27f06dcbad215f85507240a9 (patch)
treeb2b1a98d23ce2caf9545edd3cd7111b9a6678539 /Makefile.in
parent78adfd65d5b06d75e62af42c8465434218ba0cee (diff)
downloadruby-9fdc165a0b29ff9c27f06dcbad215f85507240a9.tar.gz
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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59454 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 6b3785e403..b0f7975cc5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -166,7 +166,7 @@ RMDIRS = @RMDIRS@
RMALL = @RMALL@
NM = @NM@
AR = @AR@
-ARFLAGS = @ARFLAGS@
+ARFLAGS = @ARFLAGS@$(empty)
RANLIB = @RANLIB@
AS = @AS@
ASFLAGS = @ASFLAGS@ $(INCFLAGS)