diff options
author | 2018-06-08 22:34:41 +0200 | |
---|---|---|
committer | 2018-06-08 22:34:41 +0200 | |
commit | 545b3a907e9e5ba64a46edb48392c8caf6e4c2bc (patch) | |
tree | 944fac7365db53d818d798ba37f355647679fd66 /src | |
parent | 0b156d28896ac6deeb2027818ead4f022cf25f07 (diff) |
Fixed m68000 makefile not respecting the VERBOSE build option
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/cpu/m68000/makefile | 2 |
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 |