summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-06 07:37:50 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-06 07:37:50 +0000
commitd381c1341084cba3dac822fb720d005307ad9f54 (patch)
tree0155c73ae1ddeb7e0ad3934bec8be3539c3349b6 /ext
parentd1375688cdde3d094984f7f3a7bffe57306a0bca (diff)
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/extmk.rb.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/extmk.rb.in b/ext/extmk.rb.in
index 5b94f975a2..4ac7b4ee9b 100644
--- a/ext/extmk.rb.in
+++ b/ext/extmk.rb.in
@@ -422,11 +422,7 @@ TARGET = #{target}
DLLIB = $(TARGET).#{$static ? $LIBEXT : "@DLEXT@"}
RUBY = #{ruby_interpreter} -I$(topdir) -I$(hdrdir)/lib
-<<<<<<< extmk.rb.in
-RM = $(RUBY) -r ftools -e "File::rm_f *Dir[ARGV.join(' ')]"
-=======
-RM = $(RUBY) -r ftools -e 'File::rm_f(*Dir[ARGV.join(" ")])'
->>>>>>> 1.20
+RM = $(RUBY) -r ftools -e "File::rm_f(*Dir[ARGV.join(' ')])"
EXEEXT = @EXEEXT@