summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-03 03:56:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-03 03:56:07 +0000
commite071ec6d96541a833d89dccb1e24ec99cf5fa390 (patch)
tree6594b0af44f777a962e7d6c6bfe96c349fdc39c3 /configure.in
parent73aea4542aec03dd5e153e2cd2c7604e2cd40a42 (diff)
downloadruby-e071ec6d96541a833d89dccb1e24ec99cf5fa390.tar.gz
ruby-e071ec6d96541a833d89dccb1e24ec99cf5fa390.tar.xz
ruby-e071ec6d96541a833d89dccb1e24ec99cf5fa390.zip
* Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.sub
(MINIOBJS, ARCHMINIOBJS): separated. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4f44ea02f..cc83ae674 100644
--- a/configure.in
+++ b/configure.in
@@ -1719,7 +1719,7 @@ case "$target_os" in
*)
;;
esac
-MINIOBJS="$MINIDLNOBJ dmyencoding.o dmytranscode.o"
+MINIOBJS="$MINIDLNOBJ"
case "$build_os" in
*msdosdjgpp*) FIRSTMAKEFILE=GNUmakefile:djgpp/GNUmakefile.in;;