utils: Fix 6502 termcap build
authorAlan Cox <alan@linux.intel.com>
Wed, 22 Nov 2017 15:10:40 +0000 (15:10 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 22 Nov 2017 15:10:40 +0000 (15:10 +0000)
Applications/util/Makefile.6502

index c659cb8..87ee436 100644 (file)
@@ -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 $^ > $@