From 45287bda76ace1f93b9e48ead7fed83c774258d1 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 27 Jun 2011 16:08:56 +0100 Subject: [PATCH] build: cleanup jimtcl generated configure.gnu We use configure.gnu to pass options to the jimtcl submodule. Make sure a distclean removes any generated files Signed-off-by: Spencer Oliver --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 63ac5a160..1b19ba436 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,7 +86,8 @@ uninstall-hook: distclean-local: rm -rf Doxyfile doxygen - + rm -f $(srcdir)/jimtcl/configure.gnu + DISTCLEANFILES = doxygen.log MAINTAINERCLEANFILES = \