Skip to content

Commit

Permalink
MFH: Patch from Nuno
Browse files Browse the repository at this point in the history
  • Loading branch information
rlerdorf committed Jun 9, 2006
1 parent 76838bc commit 50cc487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.gcov
Expand Up @@ -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; \
Expand Down

0 comments on commit 50cc487

Please sign in to comment.