From: Kees van Reeuwijk Date: Thu, 29 Apr 2010 20:05:01 +0000 (+0000) Subject: Make mdb compile in other places than just /usr/src. X-Git-Tag: v3.1.7~96 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=a2a0562a9ccf2cba9748000064481ad6a4de7bd1;p=minix.git Make mdb compile in other places than just /usr/src. --- 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 #