diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-19 08:46:18 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-19 08:46:18 +0000 |
| commit | 89eb19d30c1045059f68086c17ce1cce64a8f2a0 (patch) | |
| tree | ca8c441c86e3bc2dd5306810a4993633db4a4c03 /tools/root.make | |
| parent | 53367baedcdbb1bbcaff5bdb9f638a929ff28f7b (diff) | |
| download | rockbox-89eb19d30c1045059f68086c17ce1cce64a8f2a0.zip rockbox-89eb19d30c1045059f68086c17ce1cce64a8f2a0.tar.gz rockbox-89eb19d30c1045059f68086c17ce1cce64a8f2a0.tar.bz2 rockbox-89eb19d30c1045059f68086c17ce1cce64a8f2a0.tar.xz | |
make bininstall rule depend on the binary
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26959 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/root.make')
| -rw-r--r-- | tools/root.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make index 0d60066..47365b0 100644 --- a/tools/root.make +++ b/tools/root.make @@ -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/ |