changeset 2936:a1c9fab52ed3

coco3: Avoid duplicate ddd0_80d.dd on 80DS disk image /DD should be removed from FLOPPY_80D as the intent is to assign different /DDs to the different type of disks.
author Robert Gault <robert.gault@att.net>
date Fri, 24 Jan 2014 20:52:50 +0100
parents 5a916a52f415
children e881994bfe30
files level2/coco3/bootfiles/makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3/bootfiles/makefile	Fri Jan 24 20:33:47 2014 +0100
+++ b/level2/coco3/bootfiles/makefile	Fri Jan 24 20:52:50 2014 +0100
@@ -12,8 +12,8 @@
 KERNEL_BECKER	= $(MD)/rel_80 $(MD)/boot_dw_becker $(MD)/krn
 
 FLOPPY_40D = $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd $(MD)/d2_40d.dd
-FLOPPY_80D = $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_80d.dd $(MD)/d2_80d.dd \
-		$(MD)/ddd0_80d.dd
+FLOPPY_80D = $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_80d.dd $(MD)/d2_80d.dd
+
 VTIO_COGRF_40 = $(MD)/vtio.dr \
 		$(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
 		$(MD)/cogrf.io \