diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2004-09-22 21:40:45 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-22 21:40:45 +0000 |
| commit | 8e55d0cca00ffcd139cb1f444cb2148e047f5289 (patch) | |
| tree | fefe1857c5f379aa38780cdbb2f82467dfe06bdb /apps/plugins/lib | |
| parent | c2e887c5f740aa32acaa2524a940de4413e71282 (diff) | |
| download | rockbox-8e55d0cca00ffcd139cb1f444cb2148e047f5289.zip rockbox-8e55d0cca00ffcd139cb1f444cb2148e047f5289.tar.gz rockbox-8e55d0cca00ffcd139cb1f444cb2148e047f5289.tar.bz2 rockbox-8e55d0cca00ffcd139cb1f444cb2148e047f5289.tar.xz | |
adjusted to work better in the new concept
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5108 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lib/Makefile b/apps/plugins/lib/Makefile index 8b2eccf..2cc7974 100644 --- a/apps/plugins/lib/Makefile +++ b/apps/plugins/lib/Makefile @@ -47,5 +47,3 @@ clean: @rm -f $(OBJS) $(OUTPUT) $(DEPFILE) -include $(DEPFILE) - - |