# HG changeset patch # User boisy # Date 1030202560 0 # Node ID 5f44464f7a4b54f59505731236439fc557f5dccd # Parent a924d7ea682bf46f5e176740558042e6ca04e932 Made smarter about home dir and bin locations diff -r a924d7ea682b -r 5f44464f7a4b rules.mak --- a/rules.mak Sat Aug 24 15:17:11 2002 +0000 +++ b/rules.mak Sat Aug 24 15:22:40 2002 +0000 @@ -2,8 +2,9 @@ # These macros should change according to where the base directory of the # OS-9 source tree is located -BASEDIR = /home/boisy/os9 -OS9TOOLSDIR = /home/boisy/bin +BASEDIR = $(HOME)/os9 +OS9TOOLSDIR = $(HOME)/bin +DEFDIR = $(BASEDIR)/defs #################### DO NOT CHANGE ANYTHING BELOW THIS LINE #################### @@ -15,7 +16,7 @@ #ASOUT = o= # Use the cross assembler -AS = $(OS9TOOLSDIR)/os9asm +AS = $(OS9TOOLSDIR)/os9asm -i=$(DEFDIR) ASOUT = -o= AFLAGS = -q