make bininstall rule depend on the binary
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26959 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
53367baedc
commit
89eb19d30c
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ voice: voicetools features
|
|||
|
||||
endif
|
||||
|
||||
bininstall:
|
||||
bininstall: $(BUILDDIR)/$(BINARY)
|
||||
@echo "Installing your rockbox binary in your '$(PREFIX)' dir"
|
||||
$(SILENT)cp $(BINARY) $(PREFIX)/.rockbox/
|
||||
|
||||
|
|
Loading…
Reference in a new issue