summaryrefslogtreecommitdiff
path: root/Module_tail_build.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-12-04 16:36:59 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-12-04 16:40:34 +0100
commit3b9483e397c91902a3d7ccc8fbc551ff335ff65c (patch)
treeec82a8b16d933cc14fc2aee691cfef4e04a4d353 /Module_tail_build.mk
parent878ecbaf8985be0517fdbb2785b3864fbc9afcf6 (diff)
make 'make tail_build' work again from the toplevel
also: - tail_build.all - tail_build.build - tail_build.check
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r--Module_tail_build.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index e0664bb39765..58eb4f5fb281 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -22,9 +22,9 @@
# instead of those above.
-$(eval $(call gb_Module_Module,tail_end))
+$(eval $(call gb_Module_Module,tail_build))
-$(eval $(call gb_Module_add_moduledirs,tail_end,\
+$(eval $(call gb_Module_add_moduledirs,tail_build,\
accessibility \
$(call gb_Helper_optional,AFMS,afms) \
animations \
@@ -205,7 +205,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
))
ifeq ($(MERGELIBS),TRUE)
-$(eval $(call gb_Module_add_targets,tail_end,\
+$(eval $(call gb_Module_add_targets,tail_build,\
Library_merged \
))
endif