summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorSimon Marlow <smarlow@fb.com>2015-12-17 03:03:29 -0800
committerSimon Marlow <marlowsd@gmail.com>2015-12-17 11:48:04 +0000
commit27f47cda4a2d91bbeaeeb5efa8d0e3a908798120 (patch)
treecb100f7c8ac085fcd96d38793b86df42f5bb4289 /compiler/ghc.mk
parent62e60bb914980dff1b29eecbe1270deb0b265d9d (diff)
downloadhaskell-27f47cda4a2d91bbeaeeb5efa8d0e3a908798120.tar.gz
Fix libffi dependency, and remove redundant LibFFI.hsc
LibFFI.hsc was moved to libraries/ghci/GHCi/FFI.hsc, I just forgot to remove the old one. We also need an explicit dependency on libffi, which moves from compiler/ghc.mk to the top-level ghc.mk (because libraries/ghci/ghc.mk is auto-generated).
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index d93b87963b..f5c53d4c6c 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -704,11 +704,6 @@ ifeq "$(DYNAMIC_GHC_PROGRAMS)" "YES"
compiler/utils/Util_HC_OPTS += -DDYNAMIC_GHC_PROGRAMS
endif
-# LibFFI.hs #includes ffi.h
-ifneq "$(UseSystemLibFFI)" "YES"
-compiler/stage2/build/LibFFI.hs : $(libffi_HEADERS)
-endif
-
# Note [munge-stage1-package-config]
# Strip the date/patchlevel from the version of stage1. See Note
# [fiddle-stage1-version] above.