From 6e11572e0788136f77ef67b3cfc182095084da4b Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 7 Oct 2009 16:54:15 +0000 Subject: Make the database tool buildable from configure. Also update the checkwps makefile to make checkwps builds not break git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22998 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index 941ee5f9b4..4d370aa9cd 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -22,9 +22,7 @@ #ifndef __CONFIG_H__ #define __CONFIG_H__ -#ifndef __PCTOOL__ #include "autoconf.h" -#endif /* symbolic names for multiple choice configurations: */ @@ -620,7 +618,7 @@ Lyre prototype 1*/ /* Enable the directory cache and tagcache in RAM if we have * plenty of RAM. Both features can be enabled independently. */ #if ((defined(MEMORYSIZE) && (MEMORYSIZE >= 8)) || MEM >= 8) && \ - !defined(BOOTLOADER) + !defined(BOOTLOADER) && !defined(__PCTOOL__) #define HAVE_DIRCACHE #ifdef HAVE_TAGCACHE #define HAVE_TC_RAMCACHE -- cgit v1.2.3