summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 20:51:36 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 20:51:36 +0000
commit517b4b7c1ec83f46e204c2c381fe3ae632a4c1d2 (patch)
tree1a6f75aebf44ae4f3e950d3f2dbb4aead46ae510 /apps/Makefile
parentf02f29e59e6090b0bd5df09432ea1a788b85a8e8 (diff)
downloadrockbox-517b4b7c1ec83f46e204c2c381fe3ae632a4c1d2.tar.gz
rockbox-517b4b7c1ec83f46e204c2c381fe3ae632a4c1d2.zip
Archos: Fixed broken debug builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7430 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index fc0753eb9a..5cf1ebd8a2 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -25,6 +25,8 @@ endif
25# This sets up 'SRC' based on the files mentioned in SOURCES 25# This sets up 'SRC' based on the files mentioned in SOURCES
26include $(TOOLSDIR)/makesrc.inc 26include $(TOOLSDIR)/makesrc.inc
27 27
28DEFINES = $(DEBUG)
29
28DIRS = . 30DIRS = .
29 31
30ifdef APPEXTRA 32ifdef APPEXTRA