From 8912fe218afccfd4bde79d1e117563c5b65d25bf Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 18 Feb 2003 12:34:36 +0000 Subject: Don't refer to ${GMAKE} after USE_GMAKE has been removed. Reported by: kris --- misc/upclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/upclient') diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index 2959d28edaf8..ac654202e27f 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -81,7 +81,7 @@ install-script: ${PREFIX}/sbin install-locale: - @cd ${WRKSRC}/src; ${GMAKE} install-locales + @cd ${WRKSRC}/src; ${MAKE} install-locales # Post-install # -- cgit v1.2.3