From 701cf5711388f44acc778bdce4262a2d7ac7f039 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 18 Jan 2011 16:42:25 +0000 Subject: [PATCH] Update the location of libffi.dll.a As far as I can see this has been wrong for some time, but only bit recently. --- libffi/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libffi/ghc.mk b/libffi/ghc.mk index f207eb0..3ff7d88 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -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 .dll, and as we already patched that -- 1.7.10.4