From b30a0528adcb5402b2b782818bfbacc30e522a2f Mon Sep 17 00:00:00 2001 From: tijl Date: Tue, 20 May 2014 19:32:39 +0000 Subject: Quote ${CC} and similar variables in MAKE_ARGS. Reported by: Dominic Fandrey --- emulators/adamem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index c11532ae7fc4..d5a13fc509ef 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -14,7 +14,7 @@ COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator NO_WRKSUBDIR= yes USE_XORG= sm x11 xau xext xfixes xi xrandr -MAKE_ARGS= CC=${CC} LD=${CC} +MAKE_ARGS= CC="${CC}" LD="${CC}" ALL_TARGET= x OPTIONS_DEFINE= DOCS -- cgit