From cde02d8de63655c8e9c5b1d2eaf6f028ba6cbf68 Mon Sep 17 00:00:00 2001
From: Cheng Shao <terrorjack@type.dance>
Date: Tue, 8 Oct 2024 17:10:20 +0000
Subject: [PATCH] Drop obsolete libffi Makefile

This patch drops obsolete libffi Makefile from the tree, given it's
completely unused since removal of make build system in !7094.

(cherry picked from commit 3fe843c730a2d882af98dac53958731624dfe0a3)
(cherry picked from commit 81ddb1e74b4ae769040e90c75bc294020ed35422)
---
 libffi/Makefile | 15 ---------------
 libffi/ln       |  3 ---
 2 files changed, 18 deletions(-)
 delete mode 100644 libffi/Makefile
 delete mode 100755 libffi/ln

diff --git a/libffi/Makefile b/libffi/Makefile
deleted file mode 100644
index 8364a38faeb..00000000000
--- a/libffi/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# -----------------------------------------------------------------------------
-#
-# (c) 2009 The University of Glasgow
-#
-# This file is part of the GHC build system.
-#
-# To understand how the build system works and how to modify it, see
-#      https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
-#      https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
-#
-# -----------------------------------------------------------------------------
-
-dir = libffi
-TOP = ..
-include $(TOP)/mk/sub-makefile.mk
diff --git a/libffi/ln b/libffi/ln
deleted file mode 100755
index a3a297ccdbe..00000000000
--- a/libffi/ln
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-exit 1
-
-- 
GitLab