summaryrefslogtreecommitdiffstats
path: root/configure
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 /configure
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 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
: