Ticket #1059: patch-reports-Makefile.in
File patch-reports-Makefile.in, 468 bytes (added by brent@…, 21 years ago) |
---|
Line | |
---|---|
1 | --- reports/Makefile.in.orig Thu Oct 2 19:02:05 2003 |
2 | +++ reports/Makefile.in Tue Oct 21 08:52:25 2003 |
3 | @@ -174,8 +174,8 @@ |
4 | st/st_number.ll st/st_string.ll st/st_string_UTF-8.ll |
5 | |
6 | OTHER_REPORTS = select.li boc.gif ll.png gen_index |
7 | -dist_pkgdata_DATA = index.html |
8 | -pkg_REPORTS = $(LL_REPORTS) $(OTHER_REPORTS) $(dist_pkgdata_DATA) |
9 | +dist_pkgdata_DATA = $(LL_REPORTS) $(OTHER_REPORTS) index.html |
10 | +pkg_REPORTS = $(dist_pkgdata_DATA) |
11 | |
12 | EXTRA_DIST = \ |
13 | $(pkg_REPORTS) \ |