diff options
Diffstat (limited to 'emulators/x49gp/Makefile')
-rw-r--r-- | emulators/x49gp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile index 5b7a926c894a..1ddcbf1b98fb 100644 --- a/emulators/x49gp/Makefile +++ b/emulators/x49gp/Makefile @@ -70,7 +70,7 @@ do-configure: cd ${WRKSRC}/qemu/qemu-git && ./configure-small --extra-cflags=-DX49GP --cc="${CC}" do-build: - cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} + cd ${WRKSRC} && ${MAKE_CMD} ${MAKE_ARGS} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} |