summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-21 09:59:55 (GMT)
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-21 11:41:05 (GMT)
commit6983f2fab641980e76696a3a319ac0ccc8dd660a (patch)
tree04853eb178807208bc2139c8ebade850c03f4bea
parentac38d75825b28c6081517a06ce8b1c9c504994ec (diff)
downloadblt-6983f2fab641980e76696a3a319ac0ccc8dd660a.zip
blt-6983f2fab641980e76696a3a319ac0ccc8dd660a.tar.gz
blt-6983f2fab641980e76696a3a319ac0ccc8dd660a.tar.bz2
Don't remove tkbltConfig.sh on 'make clean'
This file is regenerated upon 'configure'; it should not be deleted by make.
-rwxr-xr-xconfigure3
-rw-r--r--configure.ac3
2 files changed, 2 insertions, 4 deletions
diff --git a/configure b/configure
index 4dd6f32..622222e 100755
--- a/configure
+++ b/configure
@@ -5817,8 +5817,7 @@ fi
# TEA_ADD_* any platform specific compiler/build info here.
#--------------------------------------------------------------------
-#CLEANFILES="$CLEANFILES pkgIndex.tcl"
-CLEANFILES="$CLEANFILES tkbltConfig.sh"
+CLEANFILES="$CLEANFILES pkgIndex.tcl"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/configure.ac b/configure.ac
index 5fe1190..e934068 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,8 +146,7 @@ TEA_ADD_TCL_SOURCES([library/graph.tcl])
# TEA_ADD_* any platform specific compiler/build info here.
#--------------------------------------------------------------------
-#CLEANFILES="$CLEANFILES pkgIndex.tcl"
-CLEANFILES="$CLEANFILES tkbltConfig.sh"
+CLEANFILES="$CLEANFILES pkgIndex.tcl"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
: