From 1b9ec2146a8b5337da14cea069876ea4e445a629 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 25 Apr 2010 18:54:20 +0000 Subject: Use ${GMAKE} instead of gmake directly. --- emulators/wine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/wine') diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 7d8a7d3b3ef9..2f776b4e5b47 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -102,7 +102,7 @@ post-patch: .endif pre-build: - cd ${WRKSRC} && gmake depend + cd ${WRKSRC} && ${GMAKE} depend post-install: @${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \ -- cgit v1.2.3