diff options
-rwxr-xr-x | ext/extmk.rb | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -817,9 +817,9 @@ begin if $gnumake == "yes" submake = "$(MAKE) -C $(@D)" else - submake = "cd $(@D) && " - config_string("exec") {|str| submake << str << " "} - submake << "$(MAKE)" end targets.each do |tgt| exts.each do |d| |