diff --git a/Makefile.host b/Makefile.host index 3c5c6ab..825203b 100644 --- a/Makefile.host +++ b/Makefile.host @@ -76,7 +76,7 @@ objs-host/%.o: %.c @install -d objs-host/$(dir $<) @$(CC) $(CFLAGS) $(DEFINES) -c -o $@ $< $(ERROR_FILTER) -dist-host: $(BUILD) +dist-host: $(TARGET) rm -rf $@ install -d $@/frodo install -d $@/frodo/images