diff level1/makefile @ 1389:47a059ade375

Fixed case issue
author boisy
date Tue, 30 Sep 2003 11:16:25 +0000
parents de053e06fdce
children 44739c8f4e06
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)