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

New commits:
commit ff03b83d71ecde2ec59fd448d6ddab2ab736841b
Author: Bjoern Michaelsen <[email protected]>
Date:   Thu Nov 29 13:14:37 2012 +0100

    mkdir for happy tinderboxes

diff --git a/Makefile.top b/Makefile.top
index 4ecb435..2a5a3ce 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -28,6 +28,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: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) 
$(SRCDIR)/config_host.mk
+       mkdir -p $(dir $@)
        echo -n "gbuild_modules:=" > $@
        for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
        echo >> $@
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to