This is a continuation of my last patch series:

  [3] Clean up: Makefile.in: Correct the prerequisites
  [4] Clean up: Now that `make -j' works, remove `default_options.h'

Together, they make the overall changes:

 .gitignore              |   1 +
 Makefile.in             |  64 ++++---
 default_options.h       | 466 ------------------------------------------------
 libtomcrypt/Makefile.in |   6 +
 libtommath/Makefile.in  |   5 +-
 5 files changed, 51 insertions(+), 491 deletions(-)
 delete mode 100644 default_options.h

Save these patches to a directory:

  /path/to/patches

and then apply them as follows:

  git am /path/to/patches/*

Sincerely,
Michael Witten

Reply via email to