diff options
author | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2017-07-27 10:34:14 (GMT) |
---|---|---|
committer | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2017-07-27 10:34:18 (GMT) |
commit | 452da1d8fcad3530dcfd10473aa8c39bf3bf3e0e (patch) | |
tree | 7c70ac2e7ebb7569bf5a7907e32ba4da3e1c5227 /configure | |
parent | 314ade3a38ee647e74ef9f0ac5b9f653c01aa302 (diff) | |
download | blt-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 : |