summaryrefslogtreecommitdiff
path: root/tail_build
diff options
context:
space:
mode:
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: