summaryrefslogtreecommitdiffstats
path: root/extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch')
-rw-r--r--extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch b/extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch
new file mode 100644
index 00000000..70596c5d
--- /dev/null
+++ b/extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch
@@ -0,0 +1,28 @@
1From a96aa25518f306138c71b3fc074381f102092a13 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Fri, 23 Dec 2011 10:58:47 +0100
4Subject: [PATCH] remove check for make version, 3.85 works fine
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7---
8 dsplink/make/start.mk | 4 ----
9 1 files changed, 0 insertions(+), 4 deletions(-)
10
11diff --git a/dsplink/make/start.mk b/dsplink/make/start.mk
12index 0589f3c..a8f5740 100644
13--- a/dsplink/make/start.mk
14+++ b/dsplink/make/start.mk
15@@ -39,10 +39,6 @@
16 # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17 # ============================================================================
18
19-
20-# Check for MAKE version
21-$(if $(filter $(MAKE_VERSION), 3.81 3.81beta1 3.90 3.92),,\
22-$(error This makefile requires one of GNU make version 3.81 3.81beta1 3.90 3.92))
23 # ============================================================================
24 # Export the directory separator
25 # ============================================================================
26--
271.7.7.4
28