From 87bbc45002568cdb691c8f3db1d905ac52c74bc2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 7 Oct 2018 18:55:49 +0100 Subject: [PATCH] fsh: 6809 Makefile silly --- Applications/V7/cmd/sh/Makefile.6809 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1