diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-30 01:45:12 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-30 01:45:12 +0000 |
commit | e9f38cb9564ee6465bac52aa6148b9a49f8a69bb (patch) | |
tree | e0fd202afcfd56ba5d9236c872cc23ab03197144 /libffi | |
parent | c793cc35a0959a3e68ab09802e2c978750e94ace (diff) | |
download | haskell-e9f38cb9564ee6465bac52aa6148b9a49f8a69bb.tar.gz |
Remove accidentally-commited testing aid
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk index 3ced47627f..07d6d3d74c 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -44,7 +44,6 @@ endif ifneq "$(BINDIST)" "YES" $(libffi_STAMP_CONFIGURE): $(TOUCH_DEP) - false ffi $(call removeFiles,$(libffi_STAMP_STATIC_CONFIGURE)) $(call removeFiles,$(libffi_STAMP_STATIC_BUILD)) $(call removeFiles,$(libffi_STAMP_STATIC_INSTALL)) |