diff options
-rw-r--r-- | template/exts.mk.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -110,12 +110,14 @@ def self.column w end objext = RbConfig::CONFIG["OBJEXT"] if gnumake submake = "$(MAKE) -C $(@D)" else - submake = "cd $(@D) && " - exec = RbConfig::CONFIG["exec"] and !exec.empty? and submake << exec << " " - submake << "$(MAKE)" mflags = " $(MFLAGS)" end -%> |