summaryrefslogtreecommitdiff
path: root/firmware/malloc/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-16 14:16:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-16 14:16:48 +0000
commitd902f94313fe24826cfd2719bb6cc63ae8157a13 (patch)
tree51d40901073683b720cb963304074dbe50e71a37 /firmware/malloc/Makefile
parenta1d678444c713218bc18ae7bc7b2f497da512a18 (diff)
downloadrockbox-d902f94313fe24826cfd2719bb6cc63ae8157a13.tar.gz
rockbox-d902f94313fe24826cfd2719bb6cc63ae8157a13.zip
DEBUG => DEBUG_MALLOC, the symbol is already in use!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@596 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/malloc/Makefile')
-rw-r--r--firmware/malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/malloc/Makefile b/firmware/malloc/Makefile
index d4c6436184..4524d0630b 100644
--- a/firmware/malloc/Makefile
+++ b/firmware/malloc/Makefile
@@ -21,7 +21,7 @@ LIBOBJS = dmalloc.o bmalloc.o bysize.o
21 21
22# define this to talk a lot in runtime 22# define this to talk a lot in runtime
23# -DDEBUG_VERBOSE 23# -DDEBUG_VERBOSE
24CFLAGS = -g -Wall -DDEBUG 24CFLAGS = -g -W -Wall -DDEBUG_MALLOC
25CC = gcc 25CC = gcc
26AR = ar 26AR = ar
27 27