diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-03 10:34:37 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-03 10:34:37 +0000 |
commit | 52b2bc4109e890094901140614880f6a5c5aa8be (patch) | |
tree | 6168b86deb0b05e9f1683df6d366be15eef1292c /buildconf | |
parent | b59b3a5152730fd44808baa5e091832eb4b2ae55 (diff) | |
download | curl-52b2bc4109e890094901140614880f6a5c5aa8be.tar.gz |
Remove more generated files.
Yet unknown error might leave libtool-like files in source directory.
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -258,6 +258,10 @@ PERL=`findtool ${PERL:-perl}` # for fname in .deps \ .libs \ + *.la \ + *.lo \ + *.a \ + *.o \ Makefile \ Makefile.in \ aclocal.m4 \ @@ -268,17 +272,15 @@ for fname in .deps \ config.guess \ config.h \ config.h.in \ - config.lt \ config.log \ + config.lt \ config.status \ config.sub \ configure \ curl-config \ curlbuild.h \ depcomp \ - libcares.la \ libcares.pc \ - libcurl.la \ libcurl.pc \ libtool \ libtool.m4 \ |