From: Alan Cox Date: Sun, 7 Oct 2018 14:02:43 +0000 (+0100) Subject: 6809: Correct Makefile for fsh X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6bf088925ab780d6a9caf328ecb52108c361cf59;p=FUZIX.git 6809: Correct Makefile for fsh --- diff --git a/Applications/V7/cmd/sh/Makefile.6809 b/Applications/V7/cmd/sh/Makefile.6809 index 0d2ad979..12ab8d35 100644 --- a/Applications/V7/cmd/sh/Makefile.6809 +++ b/Applications/V7/cmd/sh/Makefile.6809 @@ -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) $^