1. 01 May, 2017 12 commits
  2. 30 Apr, 2017 5 commits
  3. 29 Apr, 2017 4 commits
  4. 27 Apr, 2017 3 commits
  5. 26 Apr, 2017 4 commits
  6. 25 Apr, 2017 11 commits
  7. 24 Apr, 2017 1 commit
    • Dan Fandrich's avatar
      Makefile: avoid use of GNU-specific form of $< · 80a87e8a
      Dan Fandrich authored
      $< is only allowed in implicit rules in some non-GNU makes (e.g. BSD,
      AIX) so avoid use elsewhere by referencing the dependent curl.1 file
      directly instead. This is somewhat tricky because the file is supplied
      in the packaged tar ball (but not in git) but must still be able to be
      rebuilt when its dependencies change. The right thing must happen in
      both tar ball and git source trees, as well as in both in-tree and
      out-of-tree builds.
      80a87e8a