Browse Source

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>
tags/v0.5.0-rc1
Spencer Oliver 13 years ago
parent
commit
45287bda76
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile.am

+ 2
- 1
Makefile.am View File

@@ -86,7 +86,8 @@ uninstall-hook:

distclean-local:
rm -rf Doxyfile doxygen

rm -f $(srcdir)/jimtcl/configure.gnu
DISTCLEANFILES = doxygen.log

MAINTAINERCLEANFILES = \


Loading…
Cancel
Save