[Libreoffice-commits] .: tail_build/Makefile
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Fri Nov 25 04:02:51 PST 2011
tail_build/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 538b1071531e895a55e2d6799806c3036f9ada49
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Fri Nov 25 13:02:36 2011 +0100
copy Makefile to everywhere was a bit too much of a shotgun approach
diff --git a/tail_build/Makefile b/tail_build/Makefile
index f9ac01e..625b0cb 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:
More information about the Libreoffice-commits
mailing list