diff options
author | Dave Chapman <dave@dchapman.com> | 2007-06-27 15:06:23 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-06-27 15:06:23 +0000 |
commit | 34b0ca49838fc3e21f823e086e61983ba23a014c (patch) | |
tree | 2ea47d0e1018925cfc4d18aabbbd62de4d9ae512 | |
parent | a1eb162d69ae3634ea820a287d1cd4ea7daf3fe5 (diff) |
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/Makefile | 1 |
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: make -C icons clean .PHONY: install +install: install -D rbutil$(EXT) $(DESTDIR)/bin/rbutil$(EXT) |