diff options
Diffstat (limited to 'postprocess/Module_postprocess.mk')
-rw-r--r-- | postprocess/Module_postprocess.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/Module_postprocess.mk b/postprocess/Module_postprocess.mk index 369feff99367..8a8ec0891540 100644 --- a/postprocess/Module_postprocess.mk +++ b/postprocess/Module_postprocess.mk @@ -13,7 +13,7 @@ $(eval $(call gb_Module_Module,postprocess)) # is reused in Package_registry! $(eval $(call gb_Module_add_targets,postprocess,\ - $(if $(ENABLE_SERVICES_RDB_FROM_BUILD),CustomTarget_components) \ + $(if $(ENABLE_CUSTOMTARGET_COMPONENTS),CustomTarget_components) \ CustomTarget_registry \ Rdb_services \ )) |