From 3fbf0882067083b037523e603adcab0b5427b8ae Mon Sep 17 00:00:00 2001 From: rakuco Date: Mon, 5 Jun 2017 14:49:04 +0000 Subject: Use MAKE_CMD instead of MAKE in do-install. This is more consistent and translates into gmake instead of make. --- comms/uhd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile index c610fec6712d..2e2f4c9b3757 100644 --- a/comms/uhd/Makefile +++ b/comms/uhd/Makefile @@ -66,7 +66,7 @@ do-install: # hack the install prefix now @${REINPLACE_CMD} -e "s|/usr/local|${STAGEDIR}${PREFIX}|g" \ ${CONFIGURE_WRKSRC}/cmake_install.cmake - cd ${CONFIGURE_WRKSRC} && ${MAKE} install + cd ${CONFIGURE_WRKSRC} && ${MAKE_CMD} install .for subdir in images ${CP} -Rp ${WRKDIR}/${IMAGE_FILE:S|.zip||}/share/uhd/${subdir} ${STAGEDIR}${DATADIR} .endfor -- cgit