From 2c5e374391097f7ae93d58afca32c0a8a3b2ee62 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 22 Nov 2017 15:10:40 +0000 Subject: [PATCH] utils: Fix 6502 termcap build --- Applications/util/Makefile.6502 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/util/Makefile.6502 b/Applications/util/Makefile.6502 index c659cb83..87ee436e 100644 --- a/Applications/util/Makefile.6502 +++ b/Applications/util/Makefile.6502 @@ -126,7 +126,7 @@ $(APPSNS): %: %.o $(LINKER) -o $@ $(LINKER_OPT) $(CRT0NS) $^ c6502.lib -m $@.map $(APPTC): %: %.o - $(LINKER) -o $@ $(LINKER_OPT) $(CRT0) $^ c6502.lib termcap6502.lib + $(LINKER) -o $@ $(LINKER_OPT) $(CRT0) $^ termcap6502.lib c6502.lib size.report: $(APPS) $(APPSNS) $(APPTC) ls -l $^ > $@ -- 2.34.1