diff Wnn/include/Makefile.in @ 23:e1aadb6dcbd4

- fixed the build rule for build_stamp.h. keywords in template for hg tip should surrounded by curly braces instead of hash marks. - fixed usage of libtool in building jlib.V3. newer libtool does not work without mode specifier. - replaced some libtool related files. (should remove these?)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 23 Jan 2009 16:36:13 +0900
parents b0deba88e223
children
line wrap: on
line diff
--- a/Wnn/include/Makefile.in	Thu Apr 17 01:17:45 2008 +0900
+++ b/Wnn/include/Makefile.in	Fri Jan 23 16:36:13 2009 +0900
@@ -54,8 +54,8 @@
 depend::
 
 build_stamp.h::
-	if [ -d ../../.hg ]; then \
-		revh=`hg tip --template '#define _SERVER_VERSION "FreeWnn mercurial #rev#:#node|short#"\n' 2>/dev/null`; \
+	if [ -d ../../.hg ] ; then \
+		revh=`hg tip --template '#define _SERVER_VERSION "FreeWnn Mercurial {rev}:{node|short}"\n' 2>/dev/null`; \
 		[ -z "$$revh" ] || echo "$$revh" > build_stamp.h; \
 	else \
 		echo "FreeWnn 1.1.1" > build_stamp.h; \