wok diff procps/stuff/procps-3.2.8+gmake-3.82.patch @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/procps/stuff/procps-3.2.8+gmake-3.82.patch	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +Index: procps-3.2.8/Makefile
     1.5 +===================================================================
     1.6 +--- procps-3.2.8.orig/Makefile
     1.7 ++++ procps-3.2.8/Makefile
     1.8 +@@ -174,7 +174,8 @@ INSTALL := $(BINFILES) $(MANFILES)
     1.9 + # want this rule first, use := on ALL, and ALL not filled in yet
    1.10 + all: do_all
    1.11 + 
    1.12 +--include */module.mk
    1.13 ++-include proc/module.mk
    1.14 ++-include ps/module.mk
    1.15 + 
    1.16 + do_all:    $(ALL)
    1.17 +