changeset 299:ce65a48362d5

Added BASE macro, o2u/d2u now execute relative to hosttools
author boisy
date Mon, 22 Jul 2002 04:59:12 +0000
parents 6a282af544e6
children e2ac8a38f22c
files rules.mak
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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