aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lazarus/Makefile')
-rw-r--r--editors/lazarus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index a709e8699775..27ba1bf3affa 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -115,9 +115,9 @@ pre-build:
do-build:
@cd ${WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${GMAKE} registration lazutils codetools bigide starter lazbuild LCL_PLATFORM=${LCL_PLATFORM}
+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} registration lazutils codetools bigide starter lazbuild LCL_PLATFORM=${LCL_PLATFORM}
@cd ${WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${GMAKE} tools LCL_PLATFORM=${LCL_PLATFORM}
+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} tools LCL_PLATFORM=${LCL_PLATFORM}
post-build:
@cd ${WRKSRC} && \