summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tkhtml1/Makefile.in2
-rwxr-xr-xtkhtml1/configure1
-rw-r--r--tkhtml1/configure.ac1
3 files changed, 3 insertions, 1 deletions
diff --git a/tkhtml1/Makefile.in b/tkhtml1/Makefile.in
index c244704..d0bd434 100644
--- a/tkhtml1/Makefile.in
+++ b/tkhtml1/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 tkhtml1Config.sh
+CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl
CLEANFILES = @CLEANFILES@
CPPFLAGS = @CPPFLAGS@
diff --git a/tkhtml1/configure b/tkhtml1/configure
index 42a86f5..17789cc 100755
--- a/tkhtml1/configure
+++ b/tkhtml1/configure
@@ -5775,6 +5775,7 @@ src/htmltokens.c
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tkhtml1Config.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/tkhtml1/configure.ac b/tkhtml1/configure.ac
index ca8f0be..82d1623 100644
--- a/tkhtml1/configure.ac
+++ b/tkhtml1/configure.ac
@@ -107,6 +107,7 @@ TEA_ADD_TCL_SOURCES([])
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tkhtml1Config.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
: