mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-26 05:24:21 +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 $<)
|
@install -d objs-host/$(dir $<)
|
||||||
@$(CC) $(CFLAGS) $(DEFINES) -c -o $@ $< $(ERROR_FILTER)
|
@$(CC) $(CFLAGS) $(DEFINES) -c -o $@ $< $(ERROR_FILTER)
|
||||||
|
|
||||||
dist-host: $(BUILD)
|
dist-host: $(TARGET)
|
||||||
rm -rf $@
|
rm -rf $@
|
||||||
install -d $@/frodo
|
install -d $@/frodo
|
||||||
install -d $@/frodo/images
|
install -d $@/frodo/images
|
||||||
|
Loading…
Reference in New Issue
Block a user