summaryrefslogtreecommitdiffstats
path: root/patches/procps-3.2.8/0071-fix-build-with-make-3.82.patch
blob: 9a963fe3a3070aa9b45ef0dcbebeed9fff4a1c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From 7d6a81c2324575ad7d6f394e98b5ae231e99ab5d Mon Sep 17 00:00:00 2001
From: George McCollister <george.mccollister@gmail.com>
Date: Tue, 23 Aug 2011 13:51:43 -0500
Subject: [PATCH 71/71] fix build with make 3.82

I pulled this patch from upstream.
http://procps.cvs.sourceforge.net/viewvc/procps/procps/Makefile?r1=1.70&r2=1.71

Revision 1.71
Mon Feb 28 02:51:09 2011 UTC (5 months, 3 weeks ago) by albert
Branch: MAIN
CVS Tags: HEAD
Changes since 1.70: +1 -1 lines
possible to build with make 3.82    gen303120  -- thanks Elias Pipping

Signed-off-by: George McCollister <george.mccollister@gmail.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index a83df5e..c1bf8f3 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ INSTALL := $(BINFILES) $(MANFILES)
 # want this rule first, use := on ALL, and ALL not filled in yet
 all: do_all
 
--include */module.mk
+-include proc/module.mk ps/module.mk
 
 do_all:    $(ALL)
 
-- 
1.7.6