From: Rasmus Lerdorf Date: Fri, 9 Jun 2006 23:46:43 +0000 (+0000) Subject: Patch from Nuno X-Git-Tag: RELEASE_1_0_0RC1~2753 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=151b1f92b20cc40ca956a325e1ba78abdb93f384;p=php Patch from Nuno --- diff --git a/Makefile.gcov b/Makefile.gcov index 6e5abcf821..502660b8cb 100644 --- a/Makefile.gcov +++ b/Makefile.gcov @@ -37,6 +37,9 @@ php_lcov.info: lcov-test 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; \