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

New commits:
commit 9bc4dbbef0fa8dcd27d1a55ac65f0dd1edbb17ac
Author: Michael Stahl <[email protected]>
Date:   Thu Jan 3 16:16:50 2013 +0100

    Makefile.in: un-break "make accessibility"
    
    ... caused by missing new-line after "\"
    
    Change-Id: Ibdccf7f18e909308fbc1e58b6ddd3301e08a2223
    (cherry picked from commit 11199dd01b909d75e97df9617cc5bbb71c43fe3c)

diff --git a/Makefile.top b/Makefile.top
index 9d88c7c..28f56d2 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -29,7 +29,7 @@ endif
 # 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:= tail_build \\" > $@
+       echo "gbuild_modules:= tail_build \\" > $@
        for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
        echo >> $@
        echo -n "dmake_modules:= " >> $@
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to