Simplify build: nested makefiles considered harmful.
This commit is contained in:
parent
7e82c2f910
commit
5ae76995d2
10 changed files with 18 additions and 32 deletions
2
misc.c
2
misc.c
|
@ -6,7 +6,7 @@
|
|||
#include "share.h" /* for SETUP */
|
||||
#include "misc.h"
|
||||
#include "funcs.h"
|
||||
#include "database/database.h"
|
||||
#include "database.h"
|
||||
|
||||
/* hack to ignore GCC Unused Result */
|
||||
#define IGNORE(r) do{if(r){}}while(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue