summaryrefslogtreecommitdiff
path: root/tail_build
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-25 13:02:36 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-25 13:02:36 +0100
commit538b1071531e895a55e2d6799806c3036f9ada49 (patch)
tree85f9e66c1a4030854ccac3085b26eba9eb715ec6 /tail_build
parent5c76e221fec40db02d2c6de5204e0d43dc5420fd (diff)
copy Makefile to everywhere was a bit too much of a shotgun approach
Diffstat (limited to 'tail_build')
-rw-r--r--tail_build/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tail_build/Makefile b/tail_build/Makefile
index f9ac01ef0747..625b0cb91faa 100644
--- a/tail_build/Makefile
+++ b/tail_build/Makefile
@@ -30,10 +30,9 @@ ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else
-gb_PARTIALBUILD := T
include $(SOLARENV)/gbuild/gbuild.mk
-$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
+$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_tail_build.mk))
endif
# vim: set noet sw=4 ts=4: