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)
commitda6f8e12f3888e5bfe5f9198661fab432fd4467e
tree4ec561cb51804ec0d5e3807656e5c0a5876adf8b
parentbe9ccee64bef5ce6eaff1a1bf5acd56d3a38e56e
Remove odd recursive call in the driver/ghci Makefile
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.
driver/ghci/Makefile