Dear OCRAD developers!

Please, accept the following patch into mainstream.
The reason of the fix: all binaries should be removed when "make clean"
is performed.

-- 
With best regards,
Dmitry
--- a/Makefile.in
+++ b/Makefile.in
@@ -144,7 +147,7 @@
 
 clean :
        -rm -f $(progname) $(progname)_profiled $(objs) $(ocr_objs)
-       -rm -f ocrcheck.o $(lib_objs) *.a
+       -rm -f ocrcheck ocrcheck.o $(lib_objs) *.a
 
 distclean : clean
        -rm -f Makefile config.status *.tar *.tar.lz
_______________________________________________
Bug-ocrad mailing list
Bug-ocrad@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-ocrad

Reply via email to