distro: Change the module name space to (gnu ...).
[jackhill/guix/guix.git] / gnu / packages / patches / procps-make-3.82.patch
1 Fix compilation with GNU Make 3.82 (patch from Nixpkgs).
2
3 diff --git a/Makefile b/Makefile
4 index 09fb3ed..59eba16 100644
5 --- a/Makefile
6 +++ b/Makefile
7 @@ -174,7 +174,7 @@ INSTALL := $(BINFILES) $(MANFILES)
8 # want this rule first, use := on ALL, and ALL not filled in yet
9 all: do_all
10
11 --include */module.mk
12 +-include proc/module.mk ps/module.mk
13
14 do_all: $(ALL)