diff level2/coco3/makefile @ 2877:b14ea1930107 lwtools-port

makefiles: Remove some spurious spaces which created some merge conflicts.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 15:57:15 +0100
parents 0f6123a8756e
children 62c91ac49d72
line wrap: on
line diff
--- a/level2/coco3/makefile	Tue Oct 01 00:04:17 2013 +0200
+++ b/level2/coco3/makefile	Sun Nov 24 15:57:15 2013 +0100
@@ -14,7 +14,7 @@
 BOOTFILE_COCOSDC	= bootfiles/bootfile_cocosdc
 BOOTFILE_BECKER_HEADLESS	= bootfiles/bootfile_becker_headless
 BOOTFILE_ARDUINO_HEADLESS	= bootfiles/bootfile_arduino_headless
-BOOTFILE_DW 	= bootfiles/bootfile_dw
+BOOTFILE_DW	= bootfiles/bootfile_dw
 BOOTFILE_DWHEADLESS	= bootfiles/bootfile_dw_headless
 BOOTFILE_40D	= bootfiles/bootfile_40d
 BOOTFILE_80D	= bootfiles/bootfile_80d
@@ -24,7 +24,7 @@
 KERNELFILE_ARDUINO	= bootfiles/kernel_arduino
 KERNELFILE	= bootfiles/kernel_1773
 KERNELFILE_50HZ	= bootfiles/kernel_1773_50hz
-KERNELFILE_DW 	= bootfiles/kernel_dw
+KERNELFILE_DW	= bootfiles/kernel_dw
 DIRS		= cmds modules defs sys bootfiles wwwroot
 
 CMDS		= $(shell $(CD) cmds; make --no-print-directory showobjs)