$(gb_ENABLE_DBGUTIL) is never empty
...as it is always either $(true) or $(false). This had been introduced with
503ed2f8e3
"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 <stephan.bergmann@allotropia.de>
This commit is contained in:
parent
76a986da86
commit
a803d6862c
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue