summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Görig <jgorig@redhat.com>2011-01-18 16:10:32 +0100
committerJan Görig <jgorig@redhat.com>2011-01-18 16:10:32 +0100
commit94866c88bfa4c4e72fc13ed2cd592b6bac204a3c (patch)
tree9a8d01b89a6de2eb8b1c678c75edced569018b73
parent4d3c19af524b82fd13be60034bc5549c6cae149e (diff)
downloadprocps-ng-94866c88bfa4c4e72fc13ed2cd592b6bac204a3c.tar.gz
Fixed build with make 3.82
Bug-Debian: http://bugs.debian.org/603759 Signed-off-by: Jan Görig <jgorig@redhat.com>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9de3296..0a5ad66 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,8 @@ INSTALL := $(BINFILES) $(MANFILES)
# 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)