From cd2b17ad9413326fb773ac753d508fd6e7987f73 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 27 Nov 2014 20:31:56 +0000 Subject: Fix variable expansion. --- mk/cwrappers.mk | 4 ++-- 1 file 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} -- cgit v1.2.3