summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-06-27 15:06:23 +0000
committerDave Chapman <dave@dchapman.com>2007-06-27 15:06:23 +0000
commit34b0ca49838fc3e21f823e086e61983ba23a014c (patch)
tree2ea47d0e1018925cfc4d18aabbbd62de4d9ae512
parenta1eb162d69ae3634ea820a287d1cd4ea7daf3fe5 (diff)
downloadrockbox-34b0ca49838fc3e21f823e086e61983ba23a014c.tar.gz
rockbox-34b0ca49838fc3e21f823e086e61983ba23a014c.zip
Add a missing install: label - thanks to Bryan Childs for spotting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13727 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/Makefile b/rbutil/Makefile
index e6791dccaf..824bd64155 100644
--- a/rbutil/Makefile
+++ b/rbutil/Makefile
@@ -60,4 +60,5 @@ clean:
60 make -C icons clean 60 make -C icons clean
61 61
62.PHONY: install 62.PHONY: install
63install:
63 install -D rbutil$(EXT) $(DESTDIR)/bin/rbutil$(EXT) 64 install -D rbutil$(EXT) $(DESTDIR)/bin/rbutil$(EXT)