Author: zhangjf
Date: Thu May 31 02:35:33 2012
New Revision: 1344546
URL: http://svn.apache.org/viewvc?rev=1344546&view=rev
Log:
Restore the incorrectly removed message in libxml2 makefile.mk
Modified:
incubator/ooo/trunk/main/libxml2/makefile.mk
Modified: incubator/ooo/trunk/main/libxml2/makefile.mk
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/libxml2/makefile.mk?rev=1344546&r1=1344545&r2=1344546&view=diff
==============================================================================
--- incubator/ooo/trunk/main/libxml2/makefile.mk (original)
+++ incubator/ooo/trunk/main/libxml2/makefile.mk Thu May 31 02:35:33 2012
@@ -31,9 +31,9 @@ TARGET=so_libxml2
.INCLUDE : settings.mk
.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."
+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."
.ENDIF
# --- Files --------------------------------------------------------