From 2fcc44703e24fdb7069f0c7faeb483740b5db406 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 24 Jun 2014 21:50:29 +0000 Subject: Replace GMAKE by MAKE_CMD --- astro/xtide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro') diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 9896f815bd02..8019f690e9c8 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -67,7 +67,7 @@ pre-configure: ${SH} ./configure --disable-shared \ ${CONFIGURE_ARGS} \ && ${MKDIR} ${WRKDIR}/${TCD_DISTNAME}/.libs \ - && ${SETENV} ${MAKE_ENV} ${GMAKE} + && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} post-configure: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ -- cgit v1.2.3