Merge branch 'tizen_base' into tizen
[platform/upstream/expat.git] / Makefile.in
index 1bd1c04..9560a95 100644 (file)
@@ -296,6 +296,7 @@ CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@
+DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
 DSYMUTIL = @DSYMUTIL@
 DUMPBIN = @DUMPBIN@
 ECHO_C = @ECHO_C@
@@ -976,7 +977,7 @@ buildlib:
        @echo 'ERROR:' >&2
        @echo 'ERROR:  * Mass-patch Makefile.am, e.g.' >&2
        @echo 'ERROR:    # find -name Makefile.am -exec sed \' >&2
-       @echo 'ERROR:          -e "s,libexpat\.la,libexpatw\.la," \' >&2
+       @echo 'ERROR:          -e "s,libexpat\.la,libexpatw.la," \' >&2
        @echo 'ERROR:          -e "s,libexpat_la,libexpatw_la," \' >&2
        @echo 'ERROR:          -i {} +' >&2
        @echo 'ERROR:' >&2
@@ -991,7 +992,7 @@ buildlib:
 .PHONY: run-benchmark
 run-benchmark:
        $(MAKE) -C tests/benchmark
-       tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3
+       ./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3
 
 tests/xmlts.zip:
        if test "$(XMLTS_ZIP)" = ""; then \