Rework makefiles. Add proper dependency checking.

This commit is contained in:
Dave Hylands
2014-01-24 01:05:30 -08:00
parent 2b2cb7b7f4
commit c89c681a9f
9 changed files with 195 additions and 201 deletions

View File

@@ -55,7 +55,7 @@ const static qstr_pool_t const_pool = {
(const byte*) "\0\0\0\0", // empty qstr
#define Q(id, str) str,
// TODO having 'build/' here is a bit of a hack, should take config variable from Makefile
#include "build/py.qstrdefs.generated.h"
#include "build/py/qstrdefs.generated.h"
#undef Q
},
};