# HG changeset patch # User Sam Lantinga # Date 1142108180 0 # Node ID ce28f14c45021adc9d03b89da32fa526366c1f72 # Parent 6a2a22ad013793f23aff5b567c9dd33c536d0798 Clean up temporary files. I'm not sure how this got removed, but whatever... diff -r 6a2a22ad0137 -r ce28f14c4502 build-scripts/makedep.sh --- a/build-scripts/makedep.sh Sat Mar 11 15:47:56 2006 +0000 +++ b/build-scripts/makedep.sh Sat Mar 11 20:16:20 2006 +0000 @@ -80,3 +80,4 @@ echo "" >>${output}.new done mv ${output}.new ${output} +rm -f ${cache_prefix}*