Mercurial > hg > Members > kono > nitros9-code
changeset 379:5f44464f7a4b
Made smarter about home dir and bin locations
author | boisy |
---|---|
date | Sat, 24 Aug 2002 15:22:40 +0000 |
parents | a924d7ea682b |
children | a814a6c1dab7 |
files | rules.mak |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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