diff options
author | joerg <joerg@pkgsrc.org> | 2014-12-12 10:12:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-12-12 10:12:50 +0000 |
commit | 5ad35d21496e5dcb27036761e2007c3c7ebd6f7f (patch) | |
tree | 899ea7e5116545b775110cd59209f5e88f3148b8 /mk | |
parent | a0ea6b2b02a3879aa0f88e74231598c4a57181d9 (diff) | |
download | pkgsrc-5ad35d21496e5dcb27036761e2007c3c7ebd6f7f.tar.gz |
Indexing starts by 1.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/cwrappers.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/cwrappers.mk b/mk/cwrappers.mk index d3155431e5d..ddec3d28347 100644 --- a/mk/cwrappers.mk +++ b/mk/cwrappers.mk @@ -1,4 +1,4 @@ -# $NetBSD: cwrappers.mk,v 1.18 2014/12/10 23:26:21 joerg Exp $ +# $NetBSD: cwrappers.mk,v 1.19 2014/12/12 10:12:50 joerg Exp $ # # This Makefile fragment implements integration of pkgtools/cwrappers. @@ -64,7 +64,7 @@ generate-cwrappers: ${RUN}echo worklog=${WRKLOG:Q} > ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}} ${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_path=${CWRAPPERS_BIN_DIR}/${CWRAPPERS_ALIASES.${wrappee}:[0]} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}} + ${RUN}echo exec_path=${CWRAPPERS_BIN_DIR}/${CWRAPPERS_ALIASES.${wrappee}:[1]} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}} ${RUN}echo exec=${CWRAPPERS_WRAPPEE.${wrappee}:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}} . for cmd in ${WRAPPER_REORDER_CMDS} ${RUN}echo reorder=${cmd:S/^reorder://:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}} |