summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 258382e..fe27b63 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -254,8 +254,8 @@ distclean:: clean
#########################################################################
showvars::
- @echo "XMLFILES=${XMLFILES-${PRI_LANG}}"
- @echo "XMLDEPFILES=${XMLDEPFILES-${PRI_LANG}}"
+ @echo "XMLFILES=\"${XMLFILES-${PRI_LANG}}\""
+ @echo "XMLDEPFILES=\"${XMLDEPFILES-${PRI_LANG}}\""
#########################################################################
# Obtain the document version and release info for building RPM's