install dependent on dist

This commit is contained in:
Dave Murphy 2006-07-24 05:48:58 +00:00
parent 8bf1f6e7fb
commit c842ed6453

View File

@ -40,6 +40,6 @@ distribute/$(DATESTRING): distribute
distribute:
@[ -d $@ ] || mkdir -p $@
install:
install: dist
make -C nds install
make -C gba install