summaryrefslogtreecommitdiff
path: root/apps/FILES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-26 11:57:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-26 11:57:53 +0000
commit751d199587967b9b01c84a3f3185c4c786e81742 (patch)
tree772db515bed21446b7e049c95f6a9867df1717c0 /apps/FILES
parent4a6b2c5a69d2c6877c06d1a4562c24b1592033eb (diff)
downloadrockbox-751d199587967b9b01c84a3f3185c4c786e81742.tar.gz
rockbox-751d199587967b9b01c84a3f3185c4c786e81742.zip
Adjusted the bitmap build to run make in the bitmap directories
unconditionally to better detect updated dependencies. Previously, new files and modified images were not properly detected and didn't cause rebuilds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8457 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/FILES')
-rw-r--r--apps/FILES2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/FILES b/apps/FILES
index 279b35549b..61eb9ffba9 100644
--- a/apps/FILES
+++ b/apps/FILES
@@ -11,6 +11,7 @@ bitmaps/mono/*
11bitmaps/native/* 11bitmaps/native/*
12bitmaps/remote_mono/* 12bitmaps/remote_mono/*
13bitmaps/remote_native/* 13bitmaps/remote_native/*
14bitmaps/Makefile
14plugins/*.[ch] 15plugins/*.[ch]
15plugins/*.pl 16plugins/*.pl
16plugins/Makefile 17plugins/Makefile
@@ -21,6 +22,7 @@ plugins/bitmaps/mono/*
21plugins/bitmaps/native/* 22plugins/bitmaps/native/*
22plugins/bitmaps/remote_mono/* 23plugins/bitmaps/remote_mono/*
23plugins/bitmaps/remote_native/* 24plugins/bitmaps/remote_native/*
25plugins/bitmaps/Makefile
24plugins/sokoban.levels 26plugins/sokoban.levels
25plugins/viewers.config 27plugins/viewers.config
26plugins/snake2.levels 28plugins/snake2.levels