summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-11-30 10:20:28 -0500
committerPeter Foley <pefoley2@verizon.net>2012-11-30 10:22:12 -0500
commit81b959dd976d4caf8a5be9ef7e9cc343ab2f6289 (patch)
tree6ad88ff0eba45ccf04d09ac717c5dee6d42c0c3b
parent1b123a4bd821e1d43c64418652b69a782cd243a2 (diff)
cosmetic fixes
Change-Id: I763412bd1b6713b91c2e4a8d575ee2a14e9d5cf2
-rw-r--r--Makefile.top4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.top b/Makefile.top
index 559b300a46bf..3cd9034f6f11 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 4cfcb92c7e13..e0b834290cff 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"