summaryrefslogtreecommitdiff
path: root/slideshow/util/makefile.pmk
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/util/makefile.pmk')
-rw-r--r--slideshow/util/makefile.pmk4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/util/makefile.pmk b/slideshow/util/makefile.pmk
index 5aef116cd677..362e7f862a71 100644
--- a/slideshow/util/makefile.pmk
+++ b/slideshow/util/makefile.pmk
@@ -29,8 +29,8 @@
#
#*************************************************************************
-.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
-CDEFS+= -DVERBOSE
+.IF "$(VERBOSE)"=="TRUE"
+CDEFS+=-DVERBOSE
.ENDIF
.IF "$(debug)"!="" || "$(DEBUG)"!=""