Mercurial > hg > Members > kono > nitros9-code
changeset 2923:103a3279ad13
coco3/makefile: Remove duplicate DSKDW in DSKS list
"cp" was complaining about it when building disk images.
Thanks to Bob Devries for noticing the warning.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 18 Jan 2014 09:33:46 +0100 |
parents | 077b1e4528fd |
children | 2b5ed6da67df |
files | level2/coco3/makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/coco3/makefile Fri Jan 17 23:28:45 2014 +0100 +++ b/level2/coco3/makefile Sat Jan 18 09:33:46 2014 +0100 @@ -75,11 +75,11 @@ LDSKARDUINOHEADLESS = $(DISTRONAME)_arduino_headless.dsk TESTDSK = test.dsk -DSKS = $(DSKDW) $(DSK360K_1) $(DSK360K_1_50HZ) $(DSK360K_2) \ +DSKS = $(DSK360K_1) $(DSK360K_1_50HZ) $(DSK360K_2) \ $(DSK720K) $(DSK720K_50HZ) $(DSKDW) $(DSKDWHEADLESS) \ $(DSKBECKER) $(DSKARDUINO) $(DSKBECKERHEADLESS) \ $(DSKARDUINOHEADLESS) $(DSKCOCOSDC) -LDSKS = $(LDSKDW) $(LDSK360K_1) $(LDSK360K_1_50HZ) $(LDSK360K_2) \ +LDSKS = $(LDSK360K_1) $(LDSK360K_1_50HZ) $(LDSK360K_2) \ $(LDSK720K) $(LDSK720K_50HZ) $(LDSKDW) $(LDSKDWHEADLESS) \ $(LDSKBECKER) $(LDSKARDUINO) $(LDSKBECKERHEADLESS) \ $(LDSKARDUINOHEADLESS) $(LDSKCOCOSDC)