From 5f935246be5947655367b985bbc7030698526368 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 23 May 2005 12:05:05 +0000 Subject: 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 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index d8b1545..16a690d 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 *~ -- cgit v1.1