6809: Correct Makefile for fsh
authorAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 14:02:43 +0000 (15:02 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 14:02:43 +0000 (15:02 +0100)
Applications/V7/cmd/sh/Makefile.6809

index 0d2ad97..12ab8d3 100644 (file)
@@ -34,7 +34,7 @@ $(OBJS): %.o : %.c
        $(CC) -c $(CFLAGS) $(COPT) $<
 
 $(FOBJS): fshbuild/%.rel: %.c
-       $(FCC) $(Z80_PLATFORM) -c -DBUILD_FSH $< -o $@
+       $(CC) $(Z80_PLATFORM) -c -DBUILD_FSH $< -o $@
 
 sh: $(OBJS) $(CRT0)
        $(LINKER) -o $@ $(LINKER_OPT) $^