Mercurial > hg > Members > kono > nitros9-code
changeset 1389:47a059ade375
Fixed case issue
author | boisy |
---|---|
date | Tue, 30 Sep 2003 11:16:25 +0000 |
parents | bc14d533f4c9 |
children | 44739c8f4e06 |
files | level1/makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/makefile Tue Sep 30 02:11:29 2003 +0000 +++ b/level1/makefile Tue Sep 30 11:16:25 2003 +0000 @@ -1,8 +1,8 @@ include ../rules.mak RELEASE = nos96809l1v030200 -BOOTFILE = BOOTFILES/bootfile_stock -KERNELFILE = BOOTFILES/kernel_stock +BOOTFILE = bootfiles/bootfile_stock +KERNELFILE = bootfiles/kernel_stock DIRS = cmds modules defs sys bootfiles CMDS = $(shell $(CD) cmds; make showcocoobjs)