sc/Library_sc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a803d6862c0fe0fdda8e0f615de5f76cb3adbb75
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Wed Mar 20 21:12:29 2024 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Thu Mar 21 08:04:33 2024 +0100

    $(gb_ENABLE_DBGUTIL) is never empty
    
    ...as it is always either $(true) or $(false).  This had been introduced 
with
    503ed2f8e3fdbb4d7583b67b0bafcaccc896a5ae "extract calc data dump method 
into own
    file", but better directly use ENABLE_DBGUTIL.
    
    Change-Id: I75f98915876ca6cb44b8426a8e450464df7f908a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165078
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 91ffcced298b..273eaab04435 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -715,7 +715,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
 ))
 endif
 
-ifneq (,$(gb_ENABLE_DBGUTIL))
+ifneq (,$(ENABLE_DBGUTIL))
 $(eval $(call gb_Library_add_exception_objects,sc,\
     sc/source/ui/view/gridwin_dbgutil \
 ))

Reply via email to