summaryrefslogtreecommitdiffstats
path: root/base/glibc/glibc-2.12.1-make-3.82-compatibility.patch
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-11-18 07:58:53 +0100
committersibel <lesibel@free.fr>2010-11-18 07:58:53 +0100
commita2c5b8fb27e02645167a14f87820e2f7f5c39a14 (patch)
treec4a5f91e73679092ed5a64a0cae8ed10091ec31d /base/glibc/glibc-2.12.1-make-3.82-compatibility.patch
parent0e2af9fe43edc84c1e7c3bb4697fdcc61a273406 (diff)
downloadnutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.tar.gz
nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.tar.bz2
nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.tar.xz
nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.zip
glibc maj 2.12.1-1
Diffstat (limited to 'base/glibc/glibc-2.12.1-make-3.82-compatibility.patch')
-rw-r--r--base/glibc/glibc-2.12.1-make-3.82-compatibility.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/base/glibc/glibc-2.12.1-make-3.82-compatibility.patch b/base/glibc/glibc-2.12.1-make-3.82-compatibility.patch
new file mode 100644
index 000000000..aeb144693
--- /dev/null
+++ b/base/glibc/glibc-2.12.1-make-3.82-compatibility.patch
@@ -0,0 +1,29 @@
+From 32cf40699346d37fabfa887bbd95e95004799ae1 Mon Sep 17 00:00:00 2001
+From: Andreas Schwab <schwab@redhat.com>
+Date: Mon, 6 Sep 2010 14:55:59 +0200
+Subject: [PATCH 1/1] Don't mix pattern rules with normal rules
+
+---
+ ChangeLog | 4 ++++
+ manual/Makefile | 5 ++++-
+ 2 files changed, 8 insertions(+), 1 deletions(-)
+
+diff --git a/manual/Makefile b/manual/Makefile
+index c5866eb..b1f5fa7 100644
+--- a/manual/Makefile
++++ b/manual/Makefile
+@@ -232,7 +232,10 @@ ifdef objpfx
+ .PHONY: stubs
+ stubs: $(objpfx)stubs
+ endif
+-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
++$(objpfx)stubs ../po/manual.pot:
++ $(make-target-directory)
++ touch $@
++$(objpfx)stamp%:
+ $(make-target-directory)
+ touch $@
+
+--
+1.7.2
+