From 545b3a907e9e5ba64a46edb48392c8caf6e4c2bc Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Fri, 8 Jun 2018 22:34:41 +0200 Subject: [PATCH] Fixed m68000 makefile not respecting the VERBOSE build option --- src/devices/cpu/m68000/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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