changeset 155:9063ffd31799 libtommath

Makefile.in: find requires a path on non-linux.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 20 Dec 2004 14:47:48 +0000
parents 97a078d6fbfc
children 3a616069cc21
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Dec 20 14:27:07 2004 +0000
+++ b/Makefile.in	Mon Dec 20 14:47:48 2004 +0000
@@ -146,7 +146,7 @@
 
 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