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