# HG changeset patch # User boisy # Date 1027313952 0 # Node ID ce65a48362d51c51324fc3ae5c3673b16b4cf22f # Parent 6a282af544e6c638b6b3227ef933cf538a2037d9 Added BASE macro, o2u/d2u now execute relative to hosttools diff -r 6a282af544e6 -r ce65a48362d5 rules.mak --- a/rules.mak Mon Jul 22 04:57:31 2002 +0000 +++ b/rules.mak Mon Jul 22 04:59:12 2002 +0000 @@ -1,5 +1,9 @@ # Rules for making OS-9/6X09 modules +# This macro should change according to where the base directory of the +# OS-9 source tree is located +BASEDIR = /home/boisy/os9 + # If we're using the OS-9 emulator and the *real* OS-9 assembler, # uncomment the following two lines. #AS = os9 /mnt2/src/ocem/os9/asm @@ -18,8 +22,8 @@ CHMOD = chmod IDENT = os9ident IDENT_SHORT = os9ident -s -UNIX2OS9 = u2o -OS92UNIX = o2u +UNIX2OS9 = $(BASEDIR)/hosttools/u2o +OS92UNIX = $(BASEDIR)/hosttools/o2u # File managers %.mn: %.asm