Mercurial > hg > Members > kono > nitros9-code
comparison rules.mak @ 559:33f12fe91048
Bin tools are now from /usr/local/bin
author | boisy |
---|---|
date | Thu, 31 Oct 2002 15:22:39 +0000 |
parents | e81cac091c79 |
children | e976b5e44bef |
comparison
equal
deleted
inserted
replaced
558:0ff357df35c5 | 559:33f12fe91048 |
---|---|
1 # Rules for making OS-9/6X09 modules | 1 # Rules for making OS-9/6X09 modules |
2 | 2 |
3 # These macros should change according to where the base directory of the | 3 # These macros should change according to where the base directory of the |
4 # OS-9 source tree is located | 4 # OS-9 source tree is located |
5 BASEDIR = $(HOME)/os9 | 5 BASEDIR = $(HOME)/os9 |
6 OS9TOOLSDIR = $(HOME)/bin | 6 OS9TOOLSDIR = /usr/local/bin |
7 DEFDIR = $(BASEDIR)/defs | 7 DEFDIR = $(BASEDIR)/defs |
8 | 8 |
9 | 9 |
10 #################### DO NOT CHANGE ANYTHING BELOW THIS LINE #################### | 10 #################### DO NOT CHANGE ANYTHING BELOW THIS LINE #################### |
11 | 11 |