From: Alan Cox Date: Sun, 7 Oct 2018 17:55:49 +0000 (+0100) Subject: fsh: 6809 Makefile silly X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=87bbc45002568cdb691c8f3db1d905ac52c74bc2;p=FUZIX.git fsh: 6809 Makefile silly --- diff --git a/Applications/V7/cmd/sh/Makefile.6809 b/Applications/V7/cmd/sh/Makefile.6809 index 12ab8d35..8d3d1196 100644 --- a/Applications/V7/cmd/sh/Makefile.6809 +++ b/Applications/V7/cmd/sh/Makefile.6809 @@ -33,7 +33,7 @@ $(OBJS): $(INCS) $(OBJS): %.o : %.c $(CC) -c $(CFLAGS) $(COPT) $< -$(FOBJS): fshbuild/%.rel: %.c +$(FOBJS): fshbuild/%.o: %.c $(CC) $(Z80_PLATFORM) -c -DBUILD_FSH $< -o $@ sh: $(OBJS) $(CRT0)