fsh: 6809 Makefile silly
authorAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 17:55:49 +0000 (18:55 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 17:55:49 +0000 (18:55 +0100)
Applications/V7/cmd/sh/Makefile.6809

index 12ab8d3..8d3d119 100644 (file)
@@ -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)