[Lunar-commits] <moonbase-other> tinyxml: Fixing a typo in the BUILD.

stumbles stumbles at lunar-linux.org
Mon May 27 16:02:46 CEST 2013


commit ce2845901b052e58e9612c2a4c14830686b4593d
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon, 27 May 2013 07:02:29 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ce2845901b052e58e9612c2a4c14830686b4593d

tinyxml: Fixing a typo in the BUILD.
---
  libs/tinyxml/BUILD | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/libs/tinyxml/BUILD
+++ b/libs/tinyxml/BUILD
@@ -16,7 +16,7 @@ OBJ_FILES="tinystr.o tinyxmlerror.o tinyxml.o tinyxmlparser.o" &&
 ar rc libtinyxml.a ${OBJ_FILES} &&
 g++ -shared -Wl,-soname,libtinyxml.so.${VERSION} -o libtinyxml.so.${VERSION} ${LDFLAGS} ${OBJ_FILES} &&
 
-cat > tinyxml.pc && <<EOF
+cat > tinyxml.pc <<EOF &&
 prefix=/usr
 exec_prefix=\${prefix}
 libdir=\${exec_prefix}/lib




More information about the Lunar-commits mailing list