summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-27 10:34:14 (GMT)
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-27 10:34:18 (GMT)
commit452da1d8fcad3530dcfd10473aa8c39bf3bf3e0e (patch)
tree7c70ac2e7ebb7569bf5a7907e32ba4da3e1c5227 /configure
parent314ade3a38ee647e74ef9f0ac5b9f653c01aa302 (diff)
downloadblt-452da1d8fcad3530dcfd10473aa8c39bf3bf3e0e.zip
blt-452da1d8fcad3530dcfd10473aa8c39bf3bf3e0e.tar.gz
blt-452da1d8fcad3530dcfd10473aa8c39bf3bf3e0e.tar.bz2
Don't remove pkgIndex.tcl on 'make clean'
It's created by configure, not make.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 622222e..3e01d51 100755
--- a/configure
+++ b/configure
@@ -5817,7 +5817,7 @@ fi
# TEA_ADD_* any platform specific compiler/build info here.
#--------------------------------------------------------------------
-CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
: