# # patch "Makefile" # from [1dace8176e230713577906f438dabea2e22f1497] # to [5022302e2303a2ca76de75f1106651a939f85cb4] # ======================================================================== --- Makefile 1dace8176e230713577906f438dabea2e22f1497 +++ Makefile 5022302e2303a2ca76de75f1106651a939f85cb4 @@ -126,6 +126,7 @@ cd crypto && rm -f *.o *.cm* install : + install -d $(bindir) install -m 0755 $(NAME) $(bindir) .PHONY : clean dist