Magellan Linux

Annotation of /trunk/glibc/patches/glibc-2.12.1-make382.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1183 - (hide annotations) (download)
Wed Oct 20 16:28:47 2010 UTC (13 years, 8 months ago) by niro
File size: 718 byte(s)
more patches
1 niro 1183 From 32cf40699346d37fabfa887bbd95e95004799ae1 Mon Sep 17 00:00:00 2001
2     From: Andreas Schwab <schwab@redhat.com>
3     Date: Mon, 6 Sep 2010 14:55:59 +0200
4     Subject: [PATCH 1/1] Don't mix pattern rules with normal rules
5    
6     ---
7     ChangeLog | 4 ++++
8     manual/Makefile | 5 ++++-
9     2 files changed, 8 insertions(+), 1 deletions(-)
10    
11     diff --git a/manual/Makefile b/manual/Makefile
12     index c5866eb..b1f5fa7 100644
13     --- a/manual/Makefile
14     +++ b/manual/Makefile
15     @@ -232,7 +232,10 @@ ifdef objpfx
16     .PHONY: stubs
17     stubs: $(objpfx)stubs
18     endif
19     -$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
20     +$(objpfx)stubs ../po/manual.pot:
21     + $(make-target-directory)
22     + touch $@
23     +$(objpfx)stamp%:
24     $(make-target-directory)
25     touch $@
26    
27     --
28     1.7.2
29