comparison 3rdparty/packages/sierra/kingsquest4/makefile @ 2857:d5220b220313 lwtools-port

Makefiles: Use native cp for copying dsk images The "os9 copy" is not able to do this on Cygwin, and is not the right tool for the job anyway. Thanks to Bob Devries for reporting this issue!
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 13 Jul 2013 11:53:36 +0200
parents 84d284e812cd
children b6ebe6071e63
comparison
equal deleted inserted replaced
2856:84d284e812cd 2857:d5220b220313
156 $(MOVE) tocgen toctmp 156 $(MOVE) tocgen toctmp
157 tocgen $@,tOC.txt $@,tOC 157 tocgen $@,tOC.txt $@,tOC
158 $(MOVE) toctmp tocgen 158 $(MOVE) toctmp tocgen
159 159
160 dskcopy: dsk 160 dskcopy: dsk
161 $(OS9COPY) $(DSKS) $(DSKDIR) 161 $(CP) $(DSKS) $(DSKDIR)
162 162
163 dskclean: 163 dskclean:
164 $(RM) $(DSKS) 164 $(RM) $(DSKS)
165 165
166 info: 166 info: