diff options
author | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-11-17 14:28:34 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-11-17 14:28:34 +0100 |
commit | e117d716e1309bcd8efc20810575990af5c9ec02 (patch) | |
tree | 34feb1d2bea8596c79ea1727792a77282c4e0f43 /slideshow | |
parent | d1514b06afe83c88d9cdbd037840750951236467 (diff) | |
parent | d45a148e0c593d30e149fee70e7fbbf0958a9f62 (diff) |
#i106541# commit afer merge
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/util/makefile.mk | 4 | ||||
-rw-r--r-- | slideshow/util/makefile.pmk | 4 |
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)"!="" |