Makefile.top |    4 ++--
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 81b959dd976d4caf8a5be9ef7e9cc343ab2f6289
Author: Peter Foley <[email protected]>
Date:   Fri Nov 30 10:20:28 2012 -0500

    cosmetic fixes
    
    Change-Id: I763412bd1b6713b91c2e4a8d575ee2a14e9d5cf2

diff --git a/Makefile.top b/Makefile.top
index 559b300..3cd9034 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -29,10 +29,10 @@ 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:=" > $@
+       echo -n "gbuild_modules:= " > $@
        for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
        echo >> $@
-       echo -n "dmake_modules:=" >> $@
+       echo -n "dmake_modules:= " >> $@
        for m in */prj/dmake; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
        echo >> $@
 
diff --git a/configure.ac b/configure.ac
index 4cfcb92..e0b8342 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5821,7 +5821,7 @@ fi
 AC_SUBST([JITC_PROCESSOR_TYPE])
 
 if test $_os = "WINNT"; then
-    AC_MSG_CHECKING([for Microsoft_VC"$VCVER"_CRT_x86.msm])
+    AC_MSG_CHECKING([for Microsoft_VC${VCVER}_CRT_x86.msm])
     if ./oowintool --msvc-find-msms; then
         AC_MSG_RESULT([yes])
         SCPDEFS="$SCPDEFS -DWITH_VC"$VCVER"_REDIST"
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to