diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-12-14 13:59:19 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-12-14 13:59:19 +0000 |
commit | 5ce20f5dbaad1a8f46fe77f7dc425fed04261734 (patch) | |
tree | c85cad78758b2425b9456f3e8e98d851deaf8324 /scp2/util | |
parent | 3295c5e12bb6ae8ad80af88b6fa30fa5cea40ab9 (diff) |
INTEGRATION: CWS canvas04 (1.27.14); FILE MERGED
2005/11/21 17:27:05 thb 1.27.14.1: #i58257# Made inclusion of crashdebug solely dependant on ENABLE_CRASHDUMP
Diffstat (limited to 'scp2/util')
-rw-r--r-- | scp2/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index d07e2295917c..63d05a1f3be4 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # -# last change: $Author: rt $ $Date: 2005-11-11 10:40:58 $ +# last change: $Author: rt $ $Date: 2005-12-14 14:59:19 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -143,7 +143,7 @@ SCP1FILES += \ .ENDIF .ENDIF -.IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == "" +.IF "$(ENABLE_CRASHDUMP)" != "" SCP1FILES += \ file_crashrep_dynamic.par .ENDIF @@ -250,7 +250,7 @@ SCP2FILES += \ .ENDIF .ENDIF -.IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == "" +.IF "$(ENABLE_CRASHDUMP)" != "" SCP2FILES += \ file_crashrep_dynamic.par .ENDIF |