summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-24 17:21:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-24 17:21:49 +0200
commit93de2f6b5c4ec349244066178d4b2624c409a89a (patch)
tree503b2d44ef80dbaa13a48d66accfe2d1c4d7bd01
parentbfe02672a969a921a2ec954f4035af0671a82149 (diff)
And $(ENABLE_CRASHDUMP) is "TRUE" or "", never "YES"
Change-Id: I626bd8d29a7efe967608efbb21fda87e5692c0c8
-rw-r--r--sal/Library_sal.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 0b7e39c39607..abeec1d65223 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -181,8 +181,7 @@ $(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/unx/time \
))
$(eval $(call gb_Library_add_cobject,sal,sal/osl/unx/signal, \
- $(if $(filter $(ENABLE_CRASHDUMP),YES), \
- -DSAL_ENABLE_CRASH_REPORT) \
+ $(if $(ENABLE_CRASHDUMP),-DSAL_ENABLE_CRASH_REPORT) \
))
# Note that the uunxapi.mm file just includes the uunxapi.cxx one