On Sunday, March 24, 2013 14:13:23 James Youngman wrote:
> Thanks for the patch. However, since we used the same idiom elsewhere
> in the code, I thought that a more extensive change was justified. I
> committed the fix as
> http://git.savannah.gnu.org/cgit/findutils.git/commit/?id=a917eb988fab8
Thanks for the patch. However, since we used the same idiom elsewhere
in the code, I thought that a more extensive change was justified. I
committed the fix as
http://git.savannah.gnu.org/cgit/findutils.git/commit/?id=a917eb988fab87e47455c73731941d6fbfd1cf69.
The fix also cleans output files i
* lib/Makefile.am (libfind_a_SOURCES): Move header files to EXTRA_DIST
in order not to get them on the CLEANFILES list due to unmatched string
substitutions.
---
ChangeLog |7 +++
lib/Makefile.am |2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/Ch