From 538b1071531e895a55e2d6799806c3036f9ada49 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 25 Nov 2011 13:02:36 +0100 Subject: copy Makefile to everywhere was a bit too much of a shotgun approach --- tail_build/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tail_build') 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: -- cgit