mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
dist should depend on TARGET
This commit is contained in:
parent
c8e4a68ec6
commit
4667acded4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user