[Ltrace-devel] [PATCH 3/2] Fix 'make distcheck' failure

Zachary T Welch zwelch at codesourcery.com
Thu Dec 16 23:28:55 UTC 2010


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 <zwelch at codesourcery.com>
---
 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




More information about the Ltrace-devel mailing list