Remove odd recursive call in the driver/ghci Makefile
authorIan Lynagh <igloo@earth.li>
Tue, 21 Aug 2007 08:59:37 +0000 (08:59 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 21 Aug 2007 08:59:37 +0000 (08:59 +0000)
I'm not sure why this was here, but it makes ghci.o get built twice on
Windows, which can cause the build to fail if it tries to link it
in the middle.


No differences found