summaryrefslogtreecommitdiff
path: root/slideshow/util
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/util')
-rw-r--r--slideshow/util/makefile.pmk8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/util/makefile.pmk b/slideshow/util/makefile.pmk
index ac0b7f6f58e7..1d65698c9846 100644
--- a/slideshow/util/makefile.pmk
+++ b/slideshow/util/makefile.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2005-10-11 08:56:37 $
+# last change: $Author: rt $ $Date: 2006-07-26 07:39:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -39,14 +39,14 @@ CDEFS+= -DVERBOSE
.IF "$(debug)"!="" || "$(DEBUG)"!=""
-CDEFS+= -DBOOST_SP_ENABLE_DEBUG_HOOKS
+CDEFS += -DBOOST_SP_ENABLE_DEBUG_HOOKS
.IF "$(COM)"=="MSC"
# disable inlining for MSVC
CFLAGS += -Ob0
.ENDIF
-.ENDIF
+.ENDIF # "$(debug)"!="" || "$(DEBUG)"!=""
# # Turn off optimization module wide for SunCC
# .IF "$(OS)"=="SOLARIS" && "$(COM)"!="GCC"