rasmus Fri Jun 9 23:46:43 2006 UTC Modified files: /php-src Makefile.gcov Log: Patch from Nuno http://cvs.php.net/viewcvs.cgi/php-src/Makefile.gcov?r1=1.13&r2=1.14&diff_format=u Index: php-src/Makefile.gcov diff -u php-src/Makefile.gcov:1.13 php-src/Makefile.gcov:1.14 --- php-src/Makefile.gcov:1.13 Tue Mar 21 18:17:03 2006 +++ php-src/Makefile.gcov Fri Jun 9 23:46:43 2006 @@ -37,6 +37,9 @@ if test -f "$(top_srcdir)/$$y.c"; then \ ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \ fi; \ + if test -f "$(top_srcdir)/$$y.h"; then \ + ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \ + fi; \ if test -f "$(top_srcdir)/$$y.re"; then \ ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \ fi; \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php