summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2')
-rwxr-xr-xlibxml2/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 78511bfbf82b..ca0bee5a372f 100755
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -36,8 +36,8 @@ TARGET=so_libxml2
.IF "$(SYSTEM_LIBXML)" == "YES"
all:
- @echo "An already available installation of libxml should exist on your system."
- @echo "Therefore the version provided here does not need to be built in addition."
+ @echo "An already available installation of libxml should exist on your system."
+ @echo "Therefore the version provided here does not need to be built in addition."
.ENDIF
# --- Files --------------------------------------------------------