diff options
Diffstat (limited to 'tclxml')
-rwxr-xr-x | tclxml/configure | 2 | ||||
-rw-r--r-- | tclxml/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tclxml/configure b/tclxml/configure index bdb4b98..3b29d57 100755 --- a/tclxml/configure +++ b/tclxml/configure @@ -5484,7 +5484,7 @@ done #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" -CLEANFILES="$CLEANFILES include/tclxml/tclxml.h tclxmlConfig.sh" +CLEANFILES="$CLEANFILES include/tclxml/tclxml.h" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : diff --git a/tclxml/configure.ac b/tclxml/configure.ac index f1faab8..5c3c15f 100644 --- a/tclxml/configure.ac +++ b/tclxml/configure.ac @@ -92,7 +92,7 @@ TEA_ADD_TCL_SOURCES([tclxml-tcl/xml__tcl.tcl tclxml-tcl/sgml-8.0.tcl tclxml-tcl/ #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" -CLEANFILES="$CLEANFILES include/tclxml/tclxml.h tclxmlConfig.sh" +CLEANFILES="$CLEANFILES include/tclxml/tclxml.h" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : |