diff options
author | Erik de Castro Lopo <erikd@coltrane> | 2005-09-18 02:36:09 +0000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@coltrane> | 2005-09-18 02:36:09 +0000 |
commit | 4cb4ce2588f717adcda115fb00e72e699e75e829 (patch) | |
tree | 402d00292ba64b8279058d899109ac1a32fc788b /reconfigure.mk | |
parent | 8d1e518101475bcce76eef8223db4f60ad0fa8a1 (diff) |
On windows, use windows specific types for file handles.
Diffstat (limited to 'reconfigure.mk')
-rwxr-xr-x | reconfigure.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reconfigure.mk b/reconfigure.mk index c306afb..5ec5943 100755 --- a/reconfigure.mk +++ b/reconfigure.mk @@ -53,6 +53,7 @@ aclocal.m4: acinclude.m4 clean: rm -f libtool ltmain.sh aclocal.m4 Makefile.in src/config.h.in config.cache config.status + find . -name .deps -type d -exec rm -rf {} \; # Do not edit or modify anything in this comment block. |