make install dies due to empty INSTALL_LIBS

Simon Marlow simonmar at microsoft.com
Fri Feb 18 07:09:20 EST 2005


On 17 February 2005 10:54, Remi Turk wrote:

> the subject almost already says it. In line 767 of mk/target.mk
> from ghc-6.4.20050215, make install dies because INSTALL_LIBS is
> " " instead of "", causing a shell syntax error:
> 
> make[1]: Entering directory `/var/tmp/ghc-6.4.20050215/ghc'
> for i in  ; do \
>     ^^^^^^^^^^^^^
> [snip]
> /bin/sh: -c: line 1: syntax error near unexpected token `;'

Fixed now, thankyou.

Simon



More information about the Glasgow-haskell-bugs mailing list