diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2006-06-09 23:47:10 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2006-06-09 23:47:10 +0000 |
commit | 50cc487b213471ec98fffc8e545dcd931022e69d (patch) | |
tree | 9aa36ec0904370facc9142fa41c677df814d8adb /Makefile.gcov | |
parent | 76838bcd5466a6c2e70986ade3bc5e6df11754f6 (diff) | |
download | php-git-50cc487b213471ec98fffc8e545dcd931022e69d.tar.gz |
MFH: Patch from Nuno
Diffstat (limited to 'Makefile.gcov')
-rw-r--r-- | Makefile.gcov | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.gcov b/Makefile.gcov index 9dbf39adc1..1cf5455a21 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; \ |