From a2a0562a9ccf2cba9748000064481ad6a4de7bd1 Mon Sep 17 00:00:00 2001 From: Kees van Reeuwijk Date: Thu, 29 Apr 2010 20:05:01 +0000 Subject: [PATCH] Make mdb compile in other places than just /usr/src. --- commands/mdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/mdb/Makefile b/commands/mdb/Makefile index f419d759c..3b28461ef 100644 --- a/commands/mdb/Makefile +++ b/commands/mdb/Makefile @@ -19,7 +19,7 @@ STACK =200000 # # (2) If kernel and mm are not in "/usr/src" change this # -SYSTEM =$(USR)/src +SYSTEM =../.. # # (3) Select Options # -- 2.44.0