Mercurial > sdl-ios-xcode
comparison build-scripts/makedep.sh @ 1493:ce28f14c4502
Clean up temporary files. I'm not sure how this got removed, but whatever...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 11 Mar 2006 20:16:20 +0000 |
parents | 1e8582152d44 |
children | 9b9212e4810c |
comparison
equal
deleted
inserted
replaced
1492:6a2a22ad0137 | 1493:ce28f14c4502 |
---|---|
78 *) echo "Unknown file extension: $ext";; | 78 *) echo "Unknown file extension: $ext";; |
79 esac | 79 esac |
80 echo "" >>${output}.new | 80 echo "" >>${output}.new |
81 done | 81 done |
82 mv ${output}.new ${output} | 82 mv ${output}.new ${output} |
83 rm -f ${cache_prefix}* |