procps-make-3.82.patch 612 B

1234567891011121314151617181920212223
  1. [PATCH] procps: fix build with make 3.82
  2. Equivalent to upstream fix:
  3. http://procps.cvs.sourceforge.net/viewvc/procps/procps/Makefile?r1=1.70&r2=1.71
  4. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  5. ---
  6. Makefile | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. Index: procps-3.2.8/Makefile
  9. ===================================================================
  10. --- procps-3.2.8.orig/Makefile
  11. +++ procps-3.2.8/Makefile
  12. @@ -174,7 +174,7 @@
  13. # want this rule first, use := on ALL, and ALL not filled in yet
  14. all: do_all
  15. --include */module.mk
  16. +-include proc/module.mk ps/module.mk
  17. do_all: $(ALL)