summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/files/SCCS.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/make/files/SCCS.patch')
-rw-r--r--meta/recipes-devtools/make/files/SCCS.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/files/SCCS.patch b/meta/recipes-devtools/make/files/SCCS.patch
new file mode 100644
index 0000000000..c998e118ed
--- /dev/null
+++ b/meta/recipes-devtools/make/files/SCCS.patch
@@ -0,0 +1,16 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6--- make-3.80/configure.in~SCCS
7+++ make-3.80/configure.in
8@@ -264,7 +264,7 @@
9 [Define this if the SCCS 'get' command understands the '-G<file>' option.]);;
10 esac
11 fi
12-rm -f s.conftest conftoast
13+rm -f s.conftest conftoast SCCS/*s.conftest
14
15 # Check the system to see if it provides GNU glob. If not, use our
16 # local version.