From 1f25ed85a9a066ecff452df1512a42de04666053 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 27 Jan 1999 08:08:39 +0000 Subject: 990127 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb.in | 2 +- ext/tk/lib/tkscrollbox.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/extmk.rb.in b/ext/extmk.rb.in index d729fd8467..f166766a29 100644 --- a/ext/extmk.rb.in +++ b/ext/extmk.rb.in @@ -272,7 +272,7 @@ def create_makefile(target) $DLDFLAGS = $DLDFLAGS + " -L" + $topdir end - $srcdir = $top_srcdir + "/ext/" + target + $srcdir = $top_srcdir + "/ext/" + $mdir mfile = open("Makefile", "w") mfile.printf "\ SHELL = /bin/sh diff --git a/ext/tk/lib/tkscrollbox.rb b/ext/tk/lib/tkscrollbox.rb index be7799240e..6236430491 100644 --- a/ext/tk/lib/tkscrollbox.rb +++ b/ext/tk/lib/tkscrollbox.rb @@ -2,7 +2,7 @@ # tkscrollbox.rb - Tk Listbox with Scrollbar # as an example of Composite Widget # $Date$ -# by Yukihiro Matsumoto +# by Yukihiro Matsumoto require 'tk.rb' -- cgit v1.2.3