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 | 17a353a1f1078b2640252f71fd517df9c44ddf31 (patch) | |
tree | 7580586d7bdd9497713da7830101692415a06735 /scp2/util | |
parent | d4e779d9adacd33af66166821c57f190babdf038 (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 d07e22959..63d05a1f3 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 |