From 89eb19d30c1045059f68086c17ce1cce64a8f2a0 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 19 Jun 2010 08:46:18 +0000 Subject: make bininstall rule depend on the binary git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26959 a1c6a512-1295-4272-9138-f99709370657 --- tools/root.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/root.make') diff --git a/tools/root.make b/tools/root.make index 0d6006600c..47365b0b6e 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/ -- cgit v1.2.3