Add the 'env.exp' file to CLEANFILES to pass 'make distcheck'. This change should be squashed into the first patch.
Signed-off-by: Zachary T Welch <[email protected]> --- testsuite/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 6c95a16..a4c7cfa 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -36,6 +36,6 @@ env.exp: Makefile echo set libelf_LD_LIBRARY_PATH '"$(libelf_LD_LIBRARY_PATH)"' >> $@ echo set libunwind_LD_LIBRARY_PATH '"$(libunwind_LD_LIBRARY_PATH)"' >> $@ -CLEANFILES = *.o *.so *.log *.sum *.ltrace site.bak setval.tmp site.exp +CLEANFILES = *.o *.so *.log *.sum *.ltrace site.bak setval.tmp site.exp env.exp MAINTAINERCLEANFILES = Makefile.in -- 1.7.2.2 _______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/ltrace-devel
