summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-05-11 16:27:28 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-05-11 16:27:28 +0000
commitb1a2af094500bbd3c519a69ae703d244ebf7aa34 (patch)
treea0039de592836ae86cbca380ef0e92fcb02818a8
parent4eeec5bb8b9e7afb7d9ef333b5d5fc2ab1775088 (diff)
downloaddropbear-libtommath.tar.gz
Don't remove ~ files on make clean (and find -type was wrong anyway)LTM_DB_0.47LTM_DB_0.46libtommath
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e49618d..e96173a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -152,7 +152,7 @@ pretty:
clean:
rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \
- *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find -type f | grep [~] | xargs` *.lo *.la
+ *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex *.lo *.la
rm -rf .libs
cd etc && make clean
cd pics && make clean