Update the location of libffi.dll.a
authorIan Lynagh <igloo@earth.li>
Tue, 18 Jan 2011 16:42:25 +0000 (16:42 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 18 Jan 2011 16:42:25 +0000 (16:42 +0000)
As far as I can see this has been wrong for some time, but only bit
recently.

libffi/ghc.mk

index f207eb0..3ff7d88 100644 (file)
@@ -183,7 +183,7 @@ $(eval $(call all-target,libffi,libffi/dist-install/build/HSffi.o))
 
 ifeq "$(BuildSharedLibs)" "YES"
 ifeq "$(Windows)" "YES"
-libffi/libffi.dll.a $(libffi_HS_DYN_LIB): $(libffi_STAMP_BUILD)
+libffi/dist-install/build/libffi.dll.a $(libffi_HS_DYN_LIB): $(libffi_STAMP_BUILD)
        @test -f $@ || { echo "$< exits, but $@ does not."; echo "Suggest removing $<."; exit 1; }
 
 # Windows libtool creates <soname>.dll, and as we already patched that