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