rasmus Fri Jun 9 23:47:10 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src Makefile.gcov
Log:
MFH: Patch from Nuno
http://cvs.php.net/viewcvs.cgi/php-src/Makefile.gcov?r1=1.4.2.10&r2=1.4.2.10.2.1&diff_format=u
Index: php-src/Makefile.gcov
diff -u php-src/Makefile.gcov:1.4.2.10 php-src/Makefile.gcov:1.4.2.10.2.1
--- php-src/Makefile.gcov:1.4.2.10 Tue Mar 21 18:17:15 2006
+++ php-src/Makefile.gcov Fri Jun 9 23:47:10 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