summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2018-06-08 19:25:15 -0400
committer GitHub <noreply@github.com>2018-06-08 19:25:15 -0400
commiteee8d0d2d999d564162e803a57536855120ec51d (patch)
tree6520e675a1149a65b62df3a4617b90d06a44b7fa
parente76e13a3a273cec71e57d205b219b512d776d499 (diff)
parent545b3a907e9e5ba64a46edb48392c8caf6e4c2bc (diff)
Merge pull request #3645 from belegdol/m68000_fix_verbose
Fixed m68000 makefile not respecting the VERBOSE build option
-rw-r--r--src/devices/cpu/m68000/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m68000/makefile b/src/devices/cpu/m68000/makefile
index e98bbe8778e..770a80e63bc 100644
--- a/src/devices/cpu/m68000/makefile
+++ b/src/devices/cpu/m68000/makefile
@@ -8,7 +8,7 @@ ifeq ($(OS),os2)
EXE := .exe
endif
-ifndef verbose
+ifndef VERBOSE
SILENT = @
endif
CC = gcc