summaryrefslogtreecommitdiffstats
path: root/djgpp/config.hin
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 06:42:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 06:42:06 +0000
commit0de21fb7339bb38b2b92d837accb5b9b5f45d863 (patch)
treea1d03ce89e51ed1aabed855cba3cfec0b1169fa3 /djgpp/config.hin
parent1e4d2fdfaa54d5556213751bc5c05addaeb49754 (diff)
downloadruby-0de21fb7339bb38b2b92d837accb5b9b5f45d863.tar.gz
ruby-0de21fb7339bb38b2b92d837accb5b9b5f45d863.tar.xz
ruby-0de21fb7339bb38b2b92d837accb5b9b5f45d863.zip
* configure.in, cygwin/GNUmakefile.in, */Makefile.sub,
djgpp/config.hin.: version dependent directory names now contain teeny. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'djgpp/config.hin')
-rw-r--r--djgpp/config.hin8
1 files changed, 4 insertions, 4 deletions
diff --git a/djgpp/config.hin b/djgpp/config.hin
index 8ee427c92..f90f2ed06 100644
--- a/djgpp/config.hin
+++ b/djgpp/config.hin
@@ -106,9 +106,9 @@
#define NEED_IO_FLUSH_BETWEEN_RW 1
#define DEFAULT_KCODE KCODE_NONE
#define DLEXT ".so"
-#define RUBY_LIB "/lib/ruby/@MAJOR@.@MINOR@"
+#define RUBY_LIB "/lib/ruby/@MAJOR@.@MINOR@.@TEENY@"
#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
-#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/@MAJOR@.@MINOR@"
+#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/@MAJOR@.@MINOR@.@TEENY@"
#define RUBY_PLATFORM "i386-msdosdjgpp"
-#define RUBY_ARCHLIB "/lib/ruby/@MAJOR@.@MINOR@/i386-msdosdjgpp"
-#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/@MAJOR@.@MINOR@/i386-msdosdjgpp"
+#define RUBY_ARCHLIB "/lib/ruby/@MAJOR@.@MINOR@.@TEENY@/i386-msdosdjgpp"
+#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/@MAJOR@.@MINOR@.@TEENY@/i386-msdosdjgpp"