Skip to content
  • Ian Lynagh's avatar
    Fix bindist creation · e8842f6d
    Ian Lynagh authored
    We were running into problems like:
        for f in  LICENSE configure config.sub config.guess [...]
        make[2]: execvp: /bin/sh: Argument list too long
    This patch moves the loop into make, rather than the shell.
    e8842f6d