From 93d382ea1e26d6e6b1620cc8fbc90ea7c3af4cd5 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 20 Dec 2004 14:47:48 +0000 Subject: [PATCH] Makefile.in: find requires a path on non-linux. --HG-- branch : libtommath extra : convert_revision : 33e4385b51460f2f560d09a885610abf3b91dc39 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e648aee..0656e71 100644 --- a/Makefile.in +++ b/Makefile.in @@ -146,7 +146,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 `find . -type f | grep [~] | xargs` *.lo *.la -rm -rf .libs -cd etc && make clean -cd pics && make clean