[Libreoffice-commits] .: Makefile.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 3 07:20:53 PST 2013


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

New commits:
commit 11199dd01b909d75e97df9617cc5bbb71c43fe3c
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jan 3 16:16:50 2013 +0100

    Makefile.in: un-break "make accessibility"
    
    ... caused by missing new-line after "\"
    
    Change-Id: Ibdccf7f18e909308fbc1e58b6ddd3301e08a2223

diff --git a/Makefile.in b/Makefile.in
index 2a56db0..8f7dc97 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -62,7 +62,7 @@ endif
 # by the module being mentioned in postprocess/prj/build.lst, etc, recursively.
 $(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(BUILDDIR)/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:= " >> $@


More information about the Libreoffice-commits mailing list