diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-12-06 09:12:29 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-12-06 09:12:29 +0000 |
commit | 21721abc1b476ccfc60b0eba871c909dc086a087 (patch) | |
tree | d2f78b59977e1bf87499c50aa991a5ab026aa20b /cppuhelper/source/makefile.mk | |
parent | 12c6c3ada21e557c5151c275b845efe06c1d9eb2 (diff) |
#105077# singleton order; minor changes
Diffstat (limited to 'cppuhelper/source/makefile.mk')
-rw-r--r-- | cppuhelper/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index 5f2cc1aed17b..e2b07df40dd6 100644 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # -# last change: $Author: sb $ $Date: 2002-10-02 15:35:03 $ +# last change: $Author: dbo $ $Date: 2002-12-06 10:12:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -198,7 +198,7 @@ SHL1VERSIONMAP=gcc3_linux_intel.map # --- Targets ------------------------------------------------------ .IF "$(diag)"!="" -CFLAGS += -D__DIAGNOSE=$(diag) +CFLAGS += -DDIAG=$(diag) .ENDIF .INCLUDE : target.mk |