summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2014-11-27 20:31:56 +0000
committerjoerg <joerg>2014-11-27 20:31:56 +0000
commitcd2b17ad9413326fb773ac753d508fd6e7987f73 (patch)
tree5c2eb90bf7c6d7ff87ebff127bcc03ecfd0de9d5 /mk
parent6576155872fa9f7a1feb19ba4f23b795697d4c66 (diff)
downloadpkgsrc-cd2b17ad9413326fb773ac753d508fd6e7987f73.tar.gz
Fix variable expansion.
Diffstat (limited to 'mk')
-rw-r--r--mk/cwrappers.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/cwrappers.mk b/mk/cwrappers.mk
index c8b74ed506a..022c2b000c8 100644
--- a/mk/cwrappers.mk
+++ b/mk/cwrappers.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cwrappers.mk,v 1.5 2014/11/25 18:25:58 joerg Exp $
+# $NetBSD: cwrappers.mk,v 1.6 2014/11/27 20:31:56 joerg Exp $
#
# This Makefile fragment implements integration of pkgtools/cwrappers.
@@ -52,7 +52,7 @@ generate-cwrappers:
${RUN}echo wrksrc=${WRKSRC:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
${RUN}case ${wrappee} in *libtool) ;; *) echo path=${_PATH_ORIG:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}};; esac
${RUN}echo exec=${CWRAPPERS_WRAPPEE.${wrappee}:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
-. for cmd in ${WRAPPER_REORDER_CMDS
+. for cmd in ${WRAPPER_REORDER_CMDS}
${RUN}echo reorder=${cmd:S/^reorder://:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
. endfor
. for cmd in ${_CWRAPPERS_TRANSFORM}