summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-23 12:05:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-23 12:05:05 +0000
commit5f935246be5947655367b985bbc7030698526368 (patch)
treec222fc0b9da3c4900b4f515e45d1f94eb1bbc2fe /tools
parent13cad904ae59f098ef279a4825cbcb998b88095e (diff)
downloadrockbox-5f935246be5947655367b985bbc7030698526368.tar.gz
rockbox-5f935246be5947655367b985bbc7030698526368.zip
prevent config.h from being included, since config.h includes autoconf.h and
we have no autoconf.h in the tools dir! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6508 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index d8b1545015..16a690df5b 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -36,7 +36,7 @@ convbdf: convbdf.c
$(CC) -g $+ -o $@
generate_rocklatin: generate_rocklatin.c ../firmware/drivers/lcd-player-charset.c
- $(CC) -DHAVE_LCD_CHARCELLS -I../firmware/export -g $+ -o $@
+ $(CC) -DHAVE_LCD_CHARCELLS -D__CONFIG_H__ -I../firmware/export $+ -o $@
clean:
rm -f $(TARGETS) $(shell for f in $(TARGETS) ; do echo $$f.exe $$f.o $$f.obj ; done) *.ajf *~