The unified diff between revisions [84336c12..] and [33e4385b..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'Makefile.in'

#
#
# patch "Makefile.in"
#  from [fe54127b8592b9921fd77e9c01fe4d60600df78d]
#    to [55633b7bd45f3321e7b02c9ad51b21560bd7cf23]
#
============================================================
--- Makefile.in	fe54127b8592b9921fd77e9c01fe4d60600df78d
+++ Makefile.in	55633b7bd45f3321e7b02c9ad51b21560bd7cf23
@@ -146,7 +146,7 @@ clean:

 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