[Libreoffice-commits] .: Branch 'feature/gnumake2' - sw/Makefile

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Fri Jan 7 00:45:27 PST 2011


 sw/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f133bea4b719c13f1ce697fbfe211242d6240850
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Dec 20 14:21:34 2010 -0600

    fix Module level Makefile

diff --git a/sw/Makefile b/sw/Makefile
index ff9d4f2..a79aff8 100644
--- a/sw/Makefile
+++ b/sw/Makefile
@@ -33,6 +33,6 @@ gb_PARTIALBUILD := T
 GBUILDDIR := $(SOLARENV)/gbuild
 include $(GBUILDDIR)/gbuild.mk
 
-$(eval $(call gb_Module_make_global_targets,$(foreach module,$(lastword $(subst /, ,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))),$(CURRENTREPO)/$(module)/Module_$(module).mk)))
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list