summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-27 03:11:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-27 03:11:51 +0000
commit9052a8cd948840068c8a6a51850f421fff11c887 (patch)
tree8dd04387e0ac6e15c803c6ece8487a786059cf1f /tool
parentbe42c354246aca869e17e159b2654a283666fd5e (diff)
* tool/make-snapshot (package): EXEEXT is now used in mkmf.rb.
[ruby-core:43685] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 3c8e2fa812..c3c9e1e5cf 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -192,6 +192,7 @@ def package(rev, destdir)
f.puts "s,@DLDFLAGS@,|#_!!_#|,g"
f.puts "s,@LIBEXT@,|#_!!_#|a,g"
f.puts "s,@OBJEXT@,|#_!!_#|o,g"
+ f.puts "s,@EXEEXT@,|#_!!_#|,g"
f.puts "s,@LIBRUBY@,|#_!!_#|liburyb.a,g"
f.puts "s,@LIBRUBY_A@,|#_!!_#|liburyb.a,g"
f.puts "s,@RM@,|#_!!_#|rm -f,g"