[Libreoffice-commits] .: Makefile.top

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 29 03:44:56 PST 2012


 Makefile.top |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 55557d774ac72a9051b233ecbd201f9b4e14c247
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Thu Nov 29 12:44:03 2012 +0100

    rebuild modules.mk when modules change

diff --git a/Makefile.top b/Makefile.top
index a281f10..c479207 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -27,7 +27,7 @@ endif
 
 # This list tells which modules are gbuild ones. It does *not* tell which modules to build. That is directed
 # by the module being mentioned in packimages/prj/build.lst, etc, recursively.
-$(WORKDIR)/modules.mk:
+$(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake)
 	echo -n "gbuild_modules:=" > $@
 	for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
 	echo >> $@


More information about the Libreoffice-commits mailing list