aboutsummaryrefslogtreecommitdiffstats
path: root/template/configure-ext.mk.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/configure-ext.mk.tmpl')
-rw-r--r--template/configure-ext.mk.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/configure-ext.mk.tmpl b/template/configure-ext.mk.tmpl
index 622bb25551..b8d4a67f7e 100644
--- a/template/configure-ext.mk.tmpl
+++ b/template/configure-ext.mk.tmpl
@@ -18,8 +18,8 @@ all:
% exts.each do |dir|
all: ext/<%=dir%>/exts.mk
ext/<%=dir%>/exts.mk: FORCE
- $(Q)$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" --command-output=ext/<%=dir%>/exts.mk \
- $(SCRIPT_ARGS) --extension=<%=dir%> --extstatic $(EXTSTATIC) \
+ $(Q)$(MINIRUBY) $(srcdir)/ext/extmk.rb --make='$(MAKE)' --command-output=ext/<%=dir%>/exts.mk \
+ --extension=<%=dir%> --extstatic $(EXTSTATIC) \
--gnumake=$(gnumake) --extflags="$(EXTLDFLAGS)" \
-- subconfigure
% end