summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2009-04-30 22:55:46 +0000
committerDuncan Coutts <duncan@well-typed.com>2009-04-30 22:55:46 +0000
commit6ecc80d1c032c48358b9f21480f8e591b27f3212 (patch)
treef5c09d5fb535b5dd59609f6de775b24094565095 /libffi
parentb547f2e28b0f07b089aada1164c1dd834f894996 (diff)
downloadhaskell-6ecc80d1c032c48358b9f21480f8e591b27f3212.tar.gz
Fix make for libffi again, properly this time
No idea how the last patch managed to pass validate.
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk
index ca6ee5e126..fde3a9c781 100644
--- a/libffi/ghc.mk
+++ b/libffi/ghc.mk
@@ -145,6 +145,7 @@ $(libffi_STAMP_BUILD): $(libffi_STAMP_CONFIGURE)
cd libffi && \
$(MAKE) -C build MAKEFLAGS=; \
(cd build; ./libtool --mode=install cp libffi.la $(TOP)/libffi)
+ touch $@
$(libffi_STATIC_LIB): $(libffi_STAMP_BUILD)
# Rename libffi.a to libHSffi.a