From: Alan Cox Date: Wed, 22 Nov 2017 15:10:40 +0000 (+0000) Subject: utils: Fix 6502 termcap build X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2c5e374391097f7ae93d58afca32c0a8a3b2ee62;p=FUZIX.git utils: Fix 6502 termcap build --- 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 $^ > $@