summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-11-01 14:45:53 +0100
committerMathias Bauer <mba@openoffice.org>2009-11-01 14:45:53 +0100
commit751b9b8357dc684dc15f115379a4858734a1947c (patch)
treefe65cd1db56a89c81cd29ee196f4e6f84641b22a /slideshow
parent43cef38dfeea51d2058dcc5e18cfab8c05329c9d (diff)
parentd45a148e0c593d30e149fee70e7fbbf0958a9f62 (diff)
merge commit for DEV300_m63
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/util/makefile.mk4
-rw-r--r--slideshow/util/makefile.pmk4
2 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/util/makefile.mk b/slideshow/util/makefile.mk
index 4b4008624c1e..aba4094b242f 100644
--- a/slideshow/util/makefile.mk
+++ b/slideshow/util/makefile.mk
@@ -41,8 +41,8 @@ ENABLE_EXCEPTIONS=TRUE
# --- Common ----------------------------------------------------------
-.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
-CDEFS+= -DVERBOSE
+.IF "$(VERBOSE)"=="TRUE"
+CDEFS+=-DVERBOSE
.ENDIF
SHL1DLLPRE=
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)"!=""