aboutsummaryrefslogtreecommitdiffstats
path: root/enc/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-07 08:47:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-07 08:47:58 +0000
commit380e558f33009d39b6bd85aeb619f8326463472b (patch)
treee0bab19811993e6da50238eb93a25b0b19ed9d0d /enc/Makefile.in
parent2ce5ff1ac1f24f53d713090a54e959d18b3c5f7b (diff)
downloadruby-380e558f33009d39b6bd85aeb619f8326463472b.tar.gz
* enc/depend: add transdb.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18412 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 488e0b8a6f..be2b518588 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -42,7 +42,6 @@ ldflags = $(LDFLAGS)
dldflags = @DLDFLAGS@
archflag = @ARCH_FLAG@
DLDFLAGS = $(ldflags) $(dldflags) $(archflag)
-BASERUBY = @BASERUBY@
RM = @RM@