diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-03-05 00:05:57 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-03-05 00:05:57 +0000 |
commit | b0f57cb88e27a5fdad792abfdd84ca1607582809 (patch) | |
tree | 4069ebbcc1bd4bfebcbf89954e26809f2f0daec0 /apps/plugins/rockboy/Makefile | |
parent | a9ee48ac54932be88e1e28b4b53bf9d45b6f9296 (diff) |
Properly clean the rockboy dependency file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6138 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockboy/Makefile')
-rw-r--r-- | apps/plugins/rockboy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/Makefile b/apps/plugins/rockboy/Makefile index f40783c720..c24a325820 100644 --- a/apps/plugins/rockboy/Makefile +++ b/apps/plugins/rockboy/Makefile @@ -106,7 +106,7 @@ $(LINKFILE): $(LDS) clean: @echo "cleaning rockboy" @rm -rf $(OBJDIR)/rockboy - @rm -f $(OBJDIR)/rockboy.* + @rm -f $(OBJDIR)/rockboy.* $(DEPFILE) -include $(DEPFILE) |