diff options
Diffstat (limited to 'sys-process/procps/files/procps-3.2.8+gmake-3.82.patch')
-rw-r--r-- | sys-process/procps/files/procps-3.2.8+gmake-3.82.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-process/procps/files/procps-3.2.8+gmake-3.82.patch b/sys-process/procps/files/procps-3.2.8+gmake-3.82.patch deleted file mode 100644 index b66945c4de8d..000000000000 --- a/sys-process/procps/files/procps-3.2.8+gmake-3.82.patch +++ /dev/null @@ -1,15 +0,0 @@ -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) - |