diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-07-30 15:54:30 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-07-30 16:19:27 +0100 |
commit | 9e118d0a719f11cb7cabe783f87a85aac583b84d (patch) | |
tree | 8df8633f6b82ba6089f4892273cc6ed9d0be43a1 /libffi/ghc.mk | |
parent | 9e185cc06d9efa833f7b0efdcf3a1d434781ceb6 (diff) | |
download | haskell-9e118d0a719f11cb7cabe783f87a85aac583b84d.tar.gz |
Move libffi's tarball into its own repo
This means that ghc-tarballs is only needed on Windows
Diffstat (limited to 'libffi/ghc.mk')
-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 d761a43a47..2e333df6e9 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -55,7 +55,7 @@ $(libffi_STAMP_CONFIGURE): $(TOUCH_DEP) $(call removeFiles,$(libffi_STAMP_STATIC_SHARED_BUILD)) $(call removeFiles,$(libffi_STAMP_STATIC_SHARED_INSTALL)) $(call removeTrees,$(LIBFFI_DIR) libffi/build) - cat ghc-tarballs/libffi/libffi*.tar.gz | $(GZIP_CMD) -d | { cd libffi && $(TAR_CMD) -xf - ; } + cat libffi-tarballs/libffi*.tar.gz | $(GZIP_CMD) -d | { cd libffi && $(TAR_CMD) -xf - ; } mv libffi/libffi-* libffi/build # We have to fake a non-working ln for configure, so that the fallback |