diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
commit | f191d6b8872215d88c30b5942a9319854b9e98ba (patch) | |
tree | 2ae9e1593b29ed28637a9cbae361c9e3af678802 /emulators/adamem | |
parent | 47e51189262149884b0a6e3a5653e397d7635d35 (diff) |
Notes
Diffstat (limited to 'emulators/adamem')
-rw-r--r-- | emulators/adamem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |