]> granicus.if.org Git - php/commitdiff
merge r294022. 5.2 branch doesnt need it
authorNuno Lopes <nlopess@php.net>
Mon, 25 Jan 2010 22:51:52 +0000 (22:51 +0000)
committerNuno Lopes <nlopess@php.net>
Mon, 25 Jan 2010 22:51:52 +0000 (22:51 +0000)
Makefile.gcov

index 1f6ca338b224023f49e8844bd76a0cd9015730e1..1181d3fe03f29699104dfcbe97277dec0ab0b70c 100644 (file)
@@ -61,7 +61,7 @@ php_lcov.info: lcov-test
                test -f "$$x.bb"   && cp $$x.bb   lcov_data/$$y.bb ; \
                test -f "$$x.bbg"  && cp $$x.bbg  lcov_data/$$y.bbg ; \
        done
-       for dir in ext/bcmath/libbcmath ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmbfl ext/mbstring/oniguruma ext/pcre/pcrelib ext/pdo_sqlite/libsqlite ext/sqlite/libsqlite ext/sqlite3/libsqlite ext/xmlrpc/libxmlrpc ext/zip/lib; do \
+       for dir in ext/bcmath/libbcmath ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmbfl ext/mbstring/oniguruma ext/pcre/pcrelib ext/pdo_sqlite/libsqlite ext/sqlite/libsqlite ext/sqlite3/libsqlite ext/xmlrpc/libxmlrpc ext/zip/lib; do \
                test -d lcov_data/$$dir && rm -rf lcov_data/$$dir ; \
        done
        @echo