summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-autoconf-make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/templates/template-src-autoconf-make')
-rw-r--r--rules/templates/template-src-autoconf-make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/templates/template-src-autoconf-make b/rules/templates/template-src-autoconf-make
index 5d85a99c8..141dc94c2 100644
--- a/rules/templates/template-src-autoconf-make
+++ b/rules/templates/template-src-autoconf-make
@@ -52,8 +52,8 @@ $(STATEDIR)/@package@.prepare:
@$(call targetinfo)
@$(call clean, $(@PACKAGE@_DIR)/config.cache)
cd $(@PACKAGE@_DIR) && \
- $(@PACKAGE@_PATH) $(@PACKAGE@_CONV_ENV) \
- $(@PACKAGE@_SRCDIR)/configure $(@PACKAGE@_CONV_OPT)
+ $(@PACKAGE@_PATH) $(@PACKAGE@_CONF_ENV) \
+ $(@PACKAGE@_SRCDIR)/configure $(@PACKAGE@_CONF_OPT)
@$(call touch)
# ----------------------------------------------------------------------------