rakelib/clean.rake
branchstx-8.0.0
changeset 199 12ced3cfdb4b
parent 137 e665031cade7
child 232 85c422506875
--- a/rakelib/clean.rake	Thu Nov 02 14:24:09 2017 +0000
+++ b/rakelib/clean.rake	Mon Nov 13 21:24:29 2017 -0300
@@ -68,7 +68,7 @@
       #if File.exist? pkg_wc
       chdir pkg_wc do
         case
-          when unix? && File.exist?('Makefile')
+          when unix? && File.exist?('makefile')
             make 'clean'
           when win32? && File.exist?('bmake.bat')
             make 'clean'
@@ -86,7 +86,7 @@
       #if File.exist? pkg_wc then
       chdir pkg_wc do
         case
-          when unix? && File.exist?('Makefile')
+          when unix? && File.exist?('makefile')
             make 'clobber'
           when win32? && File.exist?('bc.mak')
             make 'clobber'