Fix bindist creation
authorIan Lynagh <igloo@earth.li>
Wed, 26 Aug 2009 12:29:53 +0000 (12:29 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 26 Aug 2009 12:29:53 +0000 (12:29 +0000)
commite8842f6d21227fe800a495197be0d9f34aa862cc
tree34048ea795cf1b669cfdce797d581f6d2e02778d
parentb56947b36b22699a3912864c28b26c21a1c0c366
Fix bindist creation
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.
ghc.mk
rules/bindist.mk