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

@ -23,8 +23,8 @@
#include "pdbox.h"
#include "ctype.h"
#include "m_pd.h"
#include "s_stuff.h"
#include "PDa/src/m_pd.h"
#include "PDa/src/s_stuff.h"
/* This implementation of strncat is taken from lua plug-in. */