diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-11 21:38:48 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-11 21:38:48 (GMT) |
commit | c4efa3086c38d89066ffa128cf71432704a38aca (patch) | |
tree | 66773623d110c401d208de19aeb4c11432a210e7 | |
parent | c17786a561a6e7c95cdfcefb1b8f62385ad6bd60 (diff) | |
download | blt-c4efa3086c38d89066ffa128cf71432704a38aca.zip blt-c4efa3086c38d89066ffa128cf71432704a38aca.tar.gz blt-c4efa3086c38d89066ffa128cf71432704a38aca.tar.bz2 |
update TEA 3.10
-rw-r--r-- | tktable/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tktable/Makefile.in b/tktable/Makefile.in index 9ca01e4..aae6a20 100644 --- a/tktable/Makefile.in +++ b/tktable/Makefile.in @@ -161,7 +161,7 @@ DEFS = @DEFS@ $(PKG_CFLAGS) \ -DTBL_RUNTIME_DIR=\"$(pkglibdir)\" # Move pkgIndex.tcl to 'BINARIES' var if it is generated in the Makefile -CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl +CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl tktableConfig.sh CLEANFILES = @CLEANFILES@ CPPFLAGS = @CPPFLAGS@ |