dist should depend on TARGET

This commit is contained in:
simon.kagstrom 2010-03-01 11:40:01 +00:00
parent c8e4a68ec6
commit 4667acded4

View File

@ -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