summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-01-18 16:42:25 +0000
committerIan Lynagh <igloo@earth.li>2011-01-18 16:42:25 +0000
commit701cf5711388f44acc778bdce4262a2d7ac7f039 (patch)
tree6caca4b14b7089ffda53c5d02bd70a0858a9f7aa /libffi
parent94e6670fcc1242f7f153022f90a1ab1e3c5ff0ab (diff)
downloadhaskell-701cf5711388f44acc778bdce4262a2d7ac7f039.tar.gz
Update the location of libffi.dll.a
As far as I can see this has been wrong for some time, but only bit recently.
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk
index f207eb0d3a..3ff7d88b1c 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 <soname>.dll, and as we already patched that