1
0
Fork 0
forked from len0rd/rockbox

Fix pdbox makefile to actually take part in dependency generation

Change pdbox include paths to handle this



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24916 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-02-25 23:35:16 +00:00
parent 3b53fe0485
commit ca755f767c
109 changed files with 186 additions and 188 deletions

View file

@ -29,7 +29,7 @@
#endif
/* Pure Data */
#include "m_pd.h"
#include "PDa/src/m_pd.h"
/* Minimal memory size. */
#define MIN_MEM_SIZE (4 * 1024 * 1024)