From ee37ae614b6f95f2a49e652152b4d28b74013c4d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 5 Apr 2011 12:51:03 +0000 Subject: [PATCH] glibc-2.12.1-pot.patch: fixed --- work/glibc-2.12.1-pot.patch | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/work/glibc-2.12.1-pot.patch b/work/glibc-2.12.1-pot.patch index 1844c92..dacb3c7 100644 --- a/work/glibc-2.12.1-pot.patch +++ b/work/glibc-2.12.1-pot.patch @@ -1,10 +1,13 @@ ---- glibc-2.12.1.orig/manual/Makefile 2011-03-25 08:18:50.000000000 +0000 -+++ glibc-2.12.1/manual/Makefile 2011-03-25 08:40:24.000000000 +0000 -@@ -233,6 +233,9 @@ +diff -ruN glibc-2.12.1.orig//manual/Makefile glibc-2.12.1//manual/Makefile +--- glibc-2.12.1.orig//manual/Makefile 2010-07-27 11:34:39.000000000 +0000 ++++ glibc-2.12.1//manual/Makefile 2011-04-05 12:48:47.000000000 +0000 +@@ -232,7 +232,10 @@ + .PHONY: stubs stubs: $(objpfx)stubs endif - $(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: +-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: +$(objpfx)stubs ../po/manual.pot: ++ $(make-target-directory) + touch $@ +$(objpfx)stamp%: $(make-target-directory) -- 2.26.2