From 52b6ae0d97c1145217e76f0628f0e7aa975b2813 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Wed, 11 May 2005 16:27:28 +0000
Subject: [PATCH] Don't remove ~ files on make clean (and find -type was wrong
 anyway)

--HG--
branch : libtommath
extra : convert_revision : 38ad9968c111d9364b88e0098afc3e8e794e67e3
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index e49618d4..e96173a4 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
-- 
GitLab