diff options
author | Ian Lynagh <igloo@earth.li> | 2010-10-24 13:40:52 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-10-24 13:40:52 +0000 |
commit | 31a2810db85c80e5df25b87f3766a815f4426872 (patch) | |
tree | 6298db3bb6a1600410cf7340540562ca2a993f64 /libffi | |
parent | a0e733be73d2e57d8cd5f332c5e3f4fc3f73098e (diff) | |
download | haskell-31a2810db85c80e5df25b87f3766a815f4426872.tar.gz |
Make the ffi.h->ffitarget.h dep a proper dep, rather than an order-only dep
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk index df5513f4f1..887df1d525 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -139,7 +139,7 @@ $(libffi_STAMP_CONFIGURE): touch $@ -libffi/dist-install/build/ffi.h: $(libffi_STAMP_CONFIGURE) | libffi/dist-install/build/ffitarget.h $$(dir $$@)/. +libffi/dist-install/build/ffi.h: $(libffi_STAMP_CONFIGURE) libffi/dist-install/build/ffitarget.h | $$(dir $$@)/. "$(CP)" libffi/build/include/ffi.h $@ libffi/dist-install/build/ffitarget.h: $(libffi_STAMP_CONFIGURE) | $$(dir $$@)/. |