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

Up: edbus (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:48 2013 +0200 (2013-08-08)
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	Thu Aug 08 19:15:48 2013 +0200
     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 +