From 7a9fa9d4cd69bebf10054f123c836cde768e6884 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Mon, 3 Mar 2014 18:12:11 +0100 Subject: [PATCH] rename W2CAS.COM to w2cas.com (lowercase) --- doc/atari.sgml | 2 +- libsrc/atari/targetutil/Makefile.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/atari.sgml b/doc/atari.sgml index 867f25c1d..79a3e3015 100644 --- a/doc/atari.sgml +++ b/doc/atari.sgml @@ -230,7 +230,7 @@ The size of a cassette boot file is restricted to 32K. Larger programs would need to be split in more parts and the parts to be loaded manually. To write the generated file to a cassette, a utility to run -on an Atari is provided ( diff --git a/libsrc/atari/targetutil/Makefile.inc b/libsrc/atari/targetutil/Makefile.inc index eb371e111..a54d96100 100644 --- a/libsrc/atari/targetutil/Makefile.inc +++ b/libsrc/atari/targetutil/Makefile.inc @@ -6,9 +6,9 @@ DEPS += ../wrk/$(TARGET)/w2cas.d ../wrk/$(TARGET)/w2cas.o: $(SRCDIR)/targetutil/w2cas.c | ../wrk/$(TARGET) $(COMPILE_recipe) -../targetutil/W2CAS.COM: ../wrk/$(TARGET)/w2cas.o ../lib/$(TARGET).lib | ../targetutil +../targetutil/w2cas.com: ../wrk/$(TARGET)/w2cas.o ../lib/$(TARGET).lib | ../targetutil $(LD65) -o $@ -t $(TARGET) $^ -$(TARGET): ../targetutil/W2CAS.COM +$(TARGET): ../targetutil/w2cas.com endif -- 2.39.5