Makefile.in: find requires a path on non-linux.

--HG--
branch : libtommath
extra : convert_revision : 33e4385b51460f2f560d09a885610abf3b91dc39
This commit is contained in:
Matt Johnston
2004-12-20 14:47:48 +00:00
parent 67f6d1a7a9
commit 93d382ea1e

View File

@@ -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