summaryrefslogtreecommitdiff
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
commitb0c77fe85bd58cf33da252960b0365e2600c0f04 (patch)
tree6594b0af44f777a962e7d6c6bfe96c349fdc39c3 /configure.in
parent5c1926ac82b9a9c20b2ea7f7707622b4d8dc3ecc (diff)
* Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.sub
(MINIOBJS, ARCHMINIOBJS): separated. git-svn-id: svn+ssh://ci.ruby-lang.org/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 4f44ea02ff..cc83ae674a 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;;