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 <ntfreak@users.sourceforge.net>
This commit is contained in:
parent
5e2637a4e0
commit
45287bda76
|
@ -86,7 +86,8 @@ uninstall-hook:
|
|||
|
||||
distclean-local:
|
||||
rm -rf Doxyfile doxygen
|
||||
|
||||
rm -f $(srcdir)/jimtcl/configure.gnu
|
||||
|
||||
DISTCLEANFILES = doxygen.log
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
|
|
Loading…
Reference in New Issue