summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-06 13:52:21 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-06 13:52:21 +0000
commit0caa05a3cf8f55a159e8df6979e415629bbd4a73 (patch)
treecc40fc44de8704560a0f0f4d1da5627ba1356b6d /sal/osl
parent2805548a2f6af7015e9a0adbdc4ca7f29817e736 (diff)
INTEGRATION: CWS sb63 (1.28.34); FILE MERGED
2006/10/20 07:48:47 sb 1.28.34.1: #i54121# Patch by pmladek: do not run crash_report when it is not built.
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/unx/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sal/osl/unx/makefile.mk b/sal/osl/unx/makefile.mk
index e1bdd76b7..fab353b1f 100644
--- a/sal/osl/unx/makefile.mk
+++ b/sal/osl/unx/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.28 $
+# $Revision: 1.29 $
#
-# last change: $Author: kz $ $Date: 2006-07-19 09:55:27 $
+# last change: $Author: kz $ $Date: 2006-11-06 14:52:21 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -136,6 +136,10 @@ CFLAGS+=-DCRYPT_LINK
.ENDIF
.ENDIF
+.IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == ""
+CFLAGS+=-DSAL_ENABLE_CRASH_REPORT
+.ENDIF
+
.INCLUDE : target.mk
.IF "$(OS)$(CPU)"=="SOLARISS" || "$(OS)$(CPU)"=="NETBSDS" || "$(OS)$(CPU)"=="LINUXS"