mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
15 lines
383 B
Diff
15 lines
383 B
Diff
Index: procps-3.2.8/Makefile
|
|
===================================================================
|
|
--- procps-3.2.8.orig/Makefile
|
|
+++ procps-3.2.8/Makefile
|
|
@@ -174,7 +174,8 @@ 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
|
|
+-include ps/module.mk
|
|
|
|
do_all: $(ALL)
|
|
|