From 8098825020688bb1870983141d4acd2ca0ea84d1 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Tue, 10 Jul 2018 07:17:12 +0000 Subject: [PATCH] ue: 68000: try to workaround a weird dependecy/invokation problem... Signed-off-by: Paolo Pisati --- Applications/ue/Makefile.68000 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Applications/ue/Makefile.68000 b/Applications/ue/Makefile.68000 index ee073c03..d85c9986 100644 --- a/Applications/ue/Makefile.68000 +++ b/Applications/ue/Makefile.68000 @@ -22,8 +22,6 @@ OBJS = $(SRCS:.c=.o) all: $(APPS) size.report -$(APPS): ue.h - ue.fuzix: $(CRT0NS) ue.o term-fuzix.o $(LINKER) $^ -o $@.bin $(LINKER_OPT) $(ELF2FUZIX) -o $@ $@.bin -- 2.34.1