summaryrefslogtreecommitdiff
blob: b66945c4de8d6210efea10d06e5ec4abb821e10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ps/module.mk depends on vars set up in proc/module.mk, so make sure we always
include the .mk files in the right order

--- procps-3.2.8/Makefile
+++ procps-3.2.8/Makefile
@@ -174,7 +174,8 @@
 # want this rule first, use := on ALL, and ALL not filled in yet
 all: do_all
 
--include */module.mk
+-include proc/module.mk
+-include ps/module.mk
 
 do_all:    $(ALL)