summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff')
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff b/meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff
deleted file mode 100644
index 89fff79c00..0000000000
--- a/meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff
+++ /dev/null
@@ -1,27 +0,0 @@
1Upstream-Status: Inappropriate [Backport]
2
3Make 3.82, as shipped with Fedora 14, fixes some holes in the parser which in
4turn breaks behaviour of some Makefiles. Most notably eglibc's.
5
6http://www.mail-archive.com/bug-make@gnu.org/msg06220.html
7
8Fix back-ported from glibc/eglibc revision control.
9
10JL 13/10/10
11
12Index: libc/manual/Makefile
13===================================================================
14--- libc.orig/manual/Makefile
15+++ libc/manual/Makefile
16@@ -243,7 +243,10 @@ ifdef objpfx
17 .PHONY: stubs
18 stubs: $(objpfx)stubs
19 endif
20-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
21+$(objpfx)stubs ../po/manual.pot:
22+ $(make-target-directory)
23+ touch $@
24+$(objpfx)stamp%:
25 $(make-target-directory)
26 touch $@
27