summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/Configuration.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-07 07:49:15 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:42 +0200
commitb03fd9b3a6ad31d0ca03c662da29cc70a21ca423 (patch)
treeec2cce41f29e9593f0c3e3b7e0c58c364b5ac3b9 /solenv/gbuild/Configuration.mk
parentlet's do this the other way around... (diff)
downloadcore-b03fd9b3a6ad31d0ca03c662da29cc70a21ca423.tar.gz
core-b03fd9b3a6ad31d0ca03c662da29cc70a21ca423.zip
fix configuration deps
Change-Id: Ie431fadb4f11284e231112744af80bfb5c219d94
Diffstat (limited to 'solenv/gbuild/Configuration.mk')
-rw-r--r--solenv/gbuild/Configuration.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Configuration.mk b/solenv/gbuild/Configuration.mk
index 12225c636237..e02d0dad0a79 100644
--- a/solenv/gbuild/Configuration.mk
+++ b/solenv/gbuild/Configuration.mk
@@ -505,7 +505,7 @@ endef
#
# Example:
# # foo needs schemas from the main configuration
-# $(eval $(call gb_Configuration_use_configuration,foo,officecfg))
+# $(eval $(call gb_Configuration_use_configuration,foo,registry))
define gb_Configuration_use_configuration
$(call gb_Configuration_get_preparation_target,$(1)) : $(call gb_Configuration_get_target,$(2))
$(call gb_Configuration_get_target,$(1)) : SCHEMA_ROOT := $(gb_Configuration_registry)/schema