aboutsummaryrefslogtreecommitdiffstats
path: root/enc/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-17 09:05:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-17 09:05:19 +0000
commit8e6ad88737ade5526f33ba1aeda353b060ce10a4 (patch)
tree09bb6de14d9b504d62d3db622e1251eae5aa4be0 /enc/Makefile.in
parent56228b4da668c917f584c20c8740e87be49ce011 (diff)
downloadruby-8e6ad88737ade5526f33ba1aeda353b060ce10a4.tar.gz
* enc/depend (LIBS): fixed for disable-shared. [ruby-dev:37103]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/Makefile.in')
-rw-r--r--enc/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index b7762191c4..d9bb8fd68e 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -38,7 +38,6 @@ INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(top_srcdir)
DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@ -DONIG_ENC_REGISTER=rb_enc_register
LDFLAGS = @LDFLAGS@
-LIBS = @LIBRUBYARG@ @LIBS@ $(EXTLIBS)
LDSHARED = @LDSHARED@
ldflags = $(LDFLAGS)
dldflags = @DLDFLAGS@