summaryrefslogtreecommitdiffstats
path: root/tcliis
diff options
context:
space:
mode:
Diffstat (limited to 'tcliis')
-rw-r--r--tcliis/Makefile.in2
-rwxr-xr-xtcliis/configure1
-rw-r--r--tcliis/configure.ac1
3 files changed, 3 insertions, 1 deletions
diff --git a/tcliis/Makefile.in b/tcliis/Makefile.in
index 7a704da..5c9ed8f 100644
--- a/tcliis/Makefile.in
+++ b/tcliis/Makefile.in
@@ -158,7 +158,7 @@ PKG_CFLAGS = @PKG_CFLAGS@
DEFS = @DEFS@ $(PKG_CFLAGS)
# Move pkgIndex.tcl to 'BINARIES' var if it is generated in the Makefile
-CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl tcliisConfig.sh
+CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl
CLEANFILES = @CLEANFILES@
CPPFLAGS = @CPPFLAGS@
diff --git a/tcliis/configure b/tcliis/configure
index 80d2318..912c7a2 100755
--- a/tcliis/configure
+++ b/tcliis/configure
@@ -5479,6 +5479,7 @@ done
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tcliisConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/tcliis/configure.ac b/tcliis/configure.ac
index 9fbd92e..b25e69c 100644
--- a/tcliis/configure.ac
+++ b/tcliis/configure.ac
@@ -97,6 +97,7 @@ TEA_ADD_TCL_SOURCES([])
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tcliisConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
: